diff --git a/.github/workflows/deploy_to_gcp.yml b/.github/workflows/deploy_to_gcp.yml index 2fe96f5..c9723f9 100644 --- a/.github/workflows/deploy_to_gcp.yml +++ b/.github/workflows/deploy_to_gcp.yml @@ -8,12 +8,25 @@ on: - deploy-dev jobs: - gcp-deploy: + checkout: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v3 + gcp-deploy: name: Deploy to GCP runs-on: gcloud-tf steps: - - name: Checkout code - uses: actions/checkout@v3 + - name: Check Deploy Tools + run: | + ls -la + gcloud --version + terraform --version + + + # steps: + # - name: Checkout code + # uses: actions/checkout@v3 # checkout: # name: Checkout code