Add build artifact verification step
Add verification step for build artifact before deployment.
This commit is contained in:
parent
693d53a9cb
commit
5d9bbb7513
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-gce.yml
vendored
3
.github/workflows/deploy-gce.yml
vendored
|
|
@ -45,6 +45,9 @@ jobs:
|
||||||
|
|
||||||
- name: 'Set up Cloud SDK'
|
- name: 'Set up Cloud SDK'
|
||||||
uses: 'google-github-actions/setup-gcloud@v2'
|
uses: 'google-github-actions/setup-gcloud@v2'
|
||||||
|
|
||||||
|
- name: Verify build artifact
|
||||||
|
run: ls -lh ${{ steps.binary.outputs.path }}
|
||||||
|
|
||||||
- name: 'Deploy binary to GCE'
|
- name: 'Deploy binary to GCE'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue