We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc8d43 commit ccb0f68Copy full SHA for ccb0f68
1 file changed
.github/workflows/build-push-gcr.yaml
@@ -11,8 +11,9 @@ jobs:
11
deploy:
12
uses: intersystems-community/demo-deployment/.github/workflows/deployment.yml@master
13
with:
14
- # IMPORTANT: Change this name
15
- name: online
+ # Replace the name: parameter below to have your application deployed at
+ # 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