Skip to content

Commit b199580

Browse files
committed
Fix #37 correct prod workflow restart-policy unless-stopped
1 parent 9799eca commit b199580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ssh dokku@$DOKKU_HOST -C "dokku config:set --no-restart prod-stripe-connect-webhook-endpoint-router STRIPE_WEBHOOK_SECRET=${{ secrets.STRIPE_WEBHOOK_SECRET }}"
5252
ssh dokku@$DOKKU_HOST -C "dokku config:set --no-restart prod-stripe-connect-webhook-endpoint-router STRIPE_WEBHOOK_PATH=${{ secrets.STRIPE_WEBHOOK_PATH }}"
5353
ssh dokku@$DOKKU_HOST -C "dokku config:set --no-restart prod-stripe-connect-webhook-endpoint-router PYTHON_LOG_LEVEL=${{ secrets.PYTHON_LOG_LEVEL }}"
54-
ssh dokku@$DOKKU_HOST -C "dokku ps:set-restart-policy prod-stripe-connect-webhook-endpoint-router unless-stopped"
54+
ssh dokku@$DOKKU_HOST -C "dokku ps:set prod-stripe-connect-webhook-endpoint-router restart-policy unless-stopped"
5555
ssh dokku@$DOKKU_HOST -C "dokku ps:rebuild prod-stripe-connect-webhook-endpoint-router"
5656
5757
- id: deploy

0 commit comments

Comments
 (0)