rename baro refs to jamulus
This commit is contained in:
parent
529b0435eb
commit
31b71adb63
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ tf-apply:
|
||||||
before_script:
|
before_script:
|
||||||
- apk add ansible
|
- apk add ansible
|
||||||
- ansible-galaxy collection install community.docker
|
- ansible-galaxy collection install community.docker
|
||||||
- chmod 600 barotrauma.pem
|
- chmod 600 jamulus.pem
|
||||||
script:
|
script:
|
||||||
- terraform init
|
- terraform init
|
||||||
- terraform apply plan.tfplan
|
- terraform apply plan.tfplan
|
||||||
|
|
@ -48,7 +48,7 @@ tf-destroy:
|
||||||
entrypoint: [""]
|
entrypoint: [""]
|
||||||
before_script:
|
before_script:
|
||||||
- apk add ansible
|
- apk add ansible
|
||||||
- chmod 600 barotrauma.pem
|
- chmod 600 jamulus.pem
|
||||||
script:
|
script:
|
||||||
- terraform init
|
- terraform init
|
||||||
- terraform destroy
|
- terraform destroy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue