Skip to content

Commit bd18d25

Browse files
author
noah
committed
Add health option
1 parent d8c9938 commit bd18d25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/deploy.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
with:
5656
version: 2.3.3
5757
command: app wait ${{ github.event.deployment.payload.application }}
58-
options: --timeout 600
58+
options: >
59+
--health
60+
--timeout 600
5961
-
6062
if: success()
6163
uses: chrnorm/deployment-status@releases/v2

0 commit comments

Comments
 (0)