From ed2de27a8fea9f270fe903e7ce1aa7cc10b6c833 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Fri, 5 Dec 2025 20:48:35 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_to_gcp.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_to_gcp.yml b/.github/workflows/deploy_to_gcp.yml index 09c4950..ecec961 100644 --- a/.github/workflows/deploy_to_gcp.yml +++ b/.github/workflows/deploy_to_gcp.yml @@ -8,17 +8,23 @@ on: - deploy-dev jobs: - deploy: - name: Deploy to GCP - runs-on: gcloud-tf + checkout: + name: Checkout code + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v3 + gcp-deploy: + name: Deploy to GCP + runs-on: gcloud + steps: - name: Check Deploy Tools + runs-on: ubuntu-latest run: | gcloud --version terraform --version + ls -la # - name: Set up Cloud SDK