Use disposable temporary directories to run automation jobs
This commit is contained in:
parent
9e5280280f
commit
0ebfe28b89
5 changed files with 36 additions and 42 deletions
|
@ -15,8 +15,7 @@ SECRET_KEY: iechaj0mun6beih3rooga0mei7eo0iwoal1eeweN
|
|||
SSH_PRIVATE_KEY_PATH: /home/bc/.ssh/id_rsa
|
||||
SSH_PUBLIC_KEY_PATH: /home/bc/.ssh/id_rsa.pub
|
||||
|
||||
# This directory must exist and be writable by the user running the portal.
|
||||
TERRAFORM_DIRECTORY: /home/bc/terraform
|
||||
TFSTATE_BACKEND: http://127.0.0.1:5000/tfstate
|
||||
|
||||
############################################################################
|
||||
# Provider configuration follows. You must activate at least one provider. #
|
||||
|
@ -47,6 +46,9 @@ TERRAFORM_DIRECTORY: /home/bc/terraform
|
|||
|
||||
## GitLab
|
||||
#GITLAB_ACTIVATED: true
|
||||
#GITLAB_AUTHOR_EMAIL:
|
||||
#GITLAB_AUTHOR_NAME:
|
||||
#GITLAB_COMMIT_MESSAGE:
|
||||
#GITLAB_TOKEN:
|
||||
|
||||
## Hetzner Cloud
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue