diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dccb2b4..14c5ead 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: deploy-gitea-gce +name: deploy-yunohost-gce on: workflow_dispatch: permissions: @@ -24,11 +24,10 @@ jobs: working-directory: terraform env: TF_VAR_project_id: ${{ steps.pj.outputs.pid }} - run: | - set +e - terraform import -input=false google_compute_firewall.gitea_allow projects/${{ steps.pj.outputs.pid }}/global/firewalls/allow-gitea-3000-ssh >/dev/null 2>&1 || true + run: terraform import -input=false google_compute_firewall.yunohost_allow projects/${{ steps.pj.outputs.pid }}/global/firewalls/allow-yunohost >/dev/null 2>&1 || true - name: Terraform Apply working-directory: terraform env: TF_VAR_project_id: ${{ steps.pj.outputs.pid }} run: terraform apply -auto-approve -input=false +