From ef5f1a6418527b50ff4bf2e02e2bbfd4501cea8f Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Thu, 11 Sep 2025 13:28:24 -0700 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 +