Test
This commit is contained in:
parent
ed2de27a8f
commit
a73c685800
34
.github/workflows/deploy_to_gcp.yml
vendored
34
.github/workflows/deploy_to_gcp.yml
vendored
@ -8,23 +8,29 @@ on:
|
|||||||
- deploy-dev
|
- deploy-dev
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
|
||||||
name: Checkout code
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
gcp-deploy:
|
gcp-deploy:
|
||||||
name: Deploy to GCP
|
name: Deploy to GCP
|
||||||
runs-on: gcloud
|
runs-on: gcloud-tf
|
||||||
steps:
|
steps:
|
||||||
- name: Check Deploy Tools
|
- name: Checkout code
|
||||||
runs-on: ubuntu-latest
|
uses: actions/checkout@v4
|
||||||
run: |
|
|
||||||
gcloud --version
|
# checkout:
|
||||||
terraform --version
|
# name: Checkout code
|
||||||
ls -la
|
# runs-on: ubuntu-latest
|
||||||
|
# steps:
|
||||||
|
# - name: Checkout code
|
||||||
|
# uses: actions/checkout@v3
|
||||||
|
|
||||||
|
# gcp-deploy:
|
||||||
|
# name: Deploy to GCP
|
||||||
|
# runs-on: gcloud-tf
|
||||||
|
# steps:
|
||||||
|
# - name: Check Deploy Tools
|
||||||
|
# run: |
|
||||||
|
# gcloud --version
|
||||||
|
# terraform --version
|
||||||
|
# ls -la
|
||||||
|
|
||||||
|
|
||||||
# - name: Set up Cloud SDK
|
# - name: Set up Cloud SDK
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user