Update module.xml bump #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cloud Run Deploy | |
on: | |
push: | |
branches: | |
- master | |
- main | |
workflow_dispatch: | |
jobs: | |
deploy: | |
uses: intersystems-community/demo-deployment/.github/workflows/deployment.yml@master | |
with: | |
# Replace the name: parameter below to have your application deployed at | |
# https://project-name.demo.community.intersystems.com/ | |
name: project-name | |
secrets: | |
# Do not forget to add Secret in GitHub Repoository Settings with name SERVICE_ACCOUNT_KEY | |
SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }} |