Skip to content

Commit def36ed

Browse files
committed
set deploy branch to main
1 parent e242f83 commit def36ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/prod-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
ssh dokku@$DOKKU_HOST -C "dokku config:set --no-restart prod-container-hosting-stripe-webhook-handler WEBHOOK_CLIENT_REFERENCE_ID_LOG_FILE_FULL_PATH=${{ secrets.WEBHOOK_CLIENT_REFERENCE_ID_LOG_FILE_FULL_PATH}}"
5050
ssh dokku@$DOKKU_HOST -C "dokku config:set --no-restart prod-container-hosting-stripe-webhook-handler PYTHON_LOG_LEVEL=${{ secrets.PYTHON_LOG_LEVEL }}"
5151
ssh dokku@$DOKKU_HOST -C "dokku ps:set prod-container-hosting-stripe-webhook-handler restart-policy unless-stopped"
52+
echo setting deploy branch to main
53+
ssh dokku@$DOKKU_HOST -C "dokku set prod-container-hosting-stripe-webhook-handler deploy-branch main"
5254
ssh dokku@$DOKKU_HOST -C "dokku ps:rebuild prod-container-hosting-stripe-webhook-handler"
5355
5456
- id: deploy

0 commit comments

Comments
 (0)