Skip to content

Commit b336380

Browse files
authored
zelador
1 parent 210f038 commit b336380

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/prod.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ jobs:
7373
steps:
7474
- name: Restart Application
7575
run: |
76-
zelador process {{ github.repository }} ${{ needs.build.outputs.DOCKER_PATH }}
76+
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+
7781
7882
- name: Verify deployment
7983
run: |

0 commit comments

Comments
 (0)