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