add command iris to telebot #47
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: | |
name: apptools-django | |
#port: 8000 # Or simply omit this line if port 52773 is exposed | |
secrets: | |
SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }} |