Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kaungmyatlwin committed Oct 3, 2020
1 parent 7df8821 commit 397c171
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,9 @@ jobs:
- run: npm run build --if-present

- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
with:
project_id: ${{ secrets.PROJECT_ID }}
service_account_key: ${{ secrets.GCLOUD_AUTH }}
export_default_credentials: true
- run: gcloud info
- run: gcloud app deploy --project=${{ secrets.PROJECT_ID }} --quiet

0 comments on commit 397c171

Please sign in to comment.