Skip to content

Bump flask from 2.3.3 to 3.0.0 (#298) #266

Bump flask from 2.3.3 to 3.0.0 (#298)

Bump flask from 2.3.3 to 3.0.0 (#298) #266

Workflow file for this run

name: Deploy To GAE
on:
push:
branches:
- master
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: 'auth'
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.GOOGLE_SERVICE_ACCOUNT_CREDENTIALS_JSON }}'
- id: 'deploy'
uses: google-github-actions/deploy-appengine@v1
# Quick HTTP test
- id: test
run: curl "${{ steps.deploy.outputs.url }}"