Skip to content

Merge pull request #20 from Serhiy1/dev/serhiy/13-add-event-hash #21

Merge pull request #20 from Serhiy1/dev/serhiy/13-add-event-hash

Merge pull request #20 from Serhiy1/dev/serhiy/13-add-event-hash #21

Workflow file for this run

name: Deploy to Google App Engine
on:
push:
branches:
- main
jobs:
deploy:
environment: Dev Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- id: auth
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
- id: 'deploy'
uses: 'google-github-actions/deploy-appengine@v2'
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
env_vars: |-
MongoConnectionString=${{ secrets.MONGOCONNECTIONSTRING }}
JWTKey=${{ secrets.JWTKEY }}