File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
6363 env :
6464 HCLOUD_TOKEN : ' ${{ secrets.HCLOUD_TOKEN }}'
6565
66- - name : Clean up hetzner environment; just in case
67- if : always()
68- run : (cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform init && terraform destroy -auto-approve)
69- env :
70- HCLOUD_TOKEN : ' ${{ secrets.HCLOUD_TOKEN }}'
66+ # - name: Clean up hetzner environment; just in case
67+ # if: always()
68+ # run: (cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform init && terraform destroy -auto-approve)
69+ # env:
70+ # HCLOUD_TOKEN: '${{ secrets.HCLOUD_TOKEN }}'
7171
7272
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- function cleanup {
6- (cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform destroy -auto-approve)
7- echo done
8- }
9- trap cleanup EXIT
5+ # function cleanup {
6+ # (cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform destroy -auto-approve)
7+ # echo done
8+ # }
9+ # trap cleanup EXIT
1010(cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform init ; terraform apply -auto-approve )
1111adminhost=$( cd terraform/examples/wire-server-deploy-offline-hetzner ; terraform output adminhost)
1212adminhost=" ${adminhost// \" / } " # remove extra quotes around the returned string
You can’t perform that action at this time.
0 commit comments