There was an error while loading. Please reload this page.
1 parent 210f038 commit b336380Copy full SHA for b336380
1 file changed
.github/workflows/prod.yml
@@ -73,7 +73,11 @@ jobs:
73
steps:
74
- name: Restart Application
75
run: |
76
- zelador process {{ github.repository }} ${{ needs.build.outputs.DOCKER_PATH }}
+ zelador process ${{ env.APPLICATION_NAME }} ${{ needs.build.outputs.DOCKER_PATH }} /
77
+ --title="ows-server|map-server" /
78
+ │ --commit=${{ needs.build.outputs.LAST_COMMIT_HASH }} /
79
+ │ --repo=${{ github.repository }}
80
+
81
82
- name: Verify deployment
83
0 commit comments