Skip to content

Commit 0b21ad8

Browse files
committed
fix: apply C66 Puma restart fix to Production deploy hooks, as well
1 parent 6cf8d0c commit 0b21ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cloud66/deploy_hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ production:
5656
destination: /tmp/rebuild_indexes.sh
5757
target: rails
5858
execute: true
59-
- command: cd $STACK_PATH && bundle exec pumactl -P /tmp/web_server.pid restart
59+
- command: cd $STACK_PATH && bundle exec pumactl -P /tmp/web_server.pid restart || true
6060
target: rails
6161
sudo: true
6262
run_on: all_servers

0 commit comments

Comments
 (0)