@@ -27,9 +27,10 @@ To make sure variables and the build+deploy job are not dependent, add the follo
...
@@ -27,9 +27,10 @@ To make sure variables and the build+deploy job are not dependent, add the follo
1. Where the static files are stored like the docker-compose.yaml.
1. Where the static files are stored like the docker-compose.yaml.
3. DEPLOY_USER: The user that has read, write, and execute permissions for your `SERVICE_DIR`
3. DEPLOY_USER: The user that has read, write, and execute permissions for your `SERVICE_DIR`
1. The private key `SSH_PRIVATE_KEY` for an ssh connection to your `DEPLOY_HOST`.
1. The private key `SSH_PRIVATE_KEY` for an ssh connection to your `DEPLOY_HOST`.
2. The known hosts file `KNOWN_HOSTS` which ensures it deploys to the correct machines.
_Note: it's best to inherit the private key from the group settings or change this setup with [deploy tokens](https://git.astron.nl/help/user/project/deploy_tokens/index.md)_
_Note: it's best to inherit the private key and known hosts file from the group settings or change this setup with [deploy tokens](https://git.astron.nl/help/user/project/deploy_tokens/index.md)_
4. Add the environment variables that are used by your docker service **as a file** called `DOT_ENV` and don't forget to set your environment!:
4. Add the environment variables that are used by your docker service **as a file** called `DOT_ENV` and don't forget to set your environment!: