Skip to content

Commit 6cf8d0c

Browse files
author
Alex Tharp
authored
Merge pull request #469 from cbdr/ignore-c66-puma-restart-errors
Ignore C66 Puma Restart Errors
2 parents 1b3d884 + 1bad7ca commit 6cf8d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cloud66/deploy_hooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ default: &default
3838
destination: /tmp/rebuild_indexes.sh
3939
target: rails
4040
execute: true
41-
- command: cd $STACK_PATH && bundle exec pumactl -P /tmp/web_server.pid restart
41+
- command: cd $STACK_PATH && bundle exec pumactl -P /tmp/web_server.pid restart || true
4242
target: rails
4343
sudo: true
4444
run_on: all_servers

0 commit comments

Comments
 (0)