We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e17c3b commit 9b0f91cCopy full SHA for 9b0f91c
.github/workflows/build-push-gcr.yaml
@@ -0,0 +1,19 @@
1
+name: Cloud Run Deploy
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ - main
8
+ workflow_dispatch:
9
10
+jobs:
11
+ deploy:
12
+ uses: intersystems-community/demo-deployment/.github/workflows/deployment.yml@master
13
+ with:
14
+ # Replace the name: parameter below to have your application deployed at
15
+ # https://project-name.demo.community.intersystems.com/
16
+ name: project-name
17
+ secrets:
18
+ # Do not forget to add Secret in GitHub Repoository Settings with name SERVICE_ACCOUNT_KEY
19
+ SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }}
0 commit comments