File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,14 @@ jobs:
1313
1414 # Steps represent a sequence of tasks that will be executed as part of the job
1515 steps :
16+ - uses : actions/checkout@v2
1617 - name : Install dependencies for kubectl
1718 run : |
1819 curl -LO https://storage.googleapis.com/kubernetes-release/release/`curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt`/bin/linux/amd64/kubectl
1920 chmod +x ./kubectl
2021 sudo mv ./kubectl /usr/local/bin/kubectl
2122
22- - name : Deploy in staging
23+ - name : Deploy in production
2324 env :
2425 GOOGLE_APPLICATION_CREDENTIALS : ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
2526 run : |
Original file line number Diff line number Diff line change 11# This is a basic workflow to help you get started with Actions
22
3- name : buildandDeploy
3+ name : test
44
55# Controls when the action will run. Triggers the workflow on push or pull request
66# events but only for the master branch
You can’t perform that action at this time.
0 commit comments