diff options
-rwxr-xr-x | scripts/post-deploy.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/post-deploy.sh b/scripts/post-deploy.sh index 4d3fd9c..927ed70 100755 --- a/scripts/post-deploy.sh +++ b/scripts/post-deploy.sh @@ -15,6 +15,13 @@ mv "$REMOTE_PUBLIC_WWW/license" "$REMOTE_PUBLIC_WWW/license.fcgi" mv production-config/.htaccess "$REMOTE_PUBLIC_WWW" +echo 'Restarting FastCGI scripts...' +set +e +killall fulfillment.fcgi +killall license.fcgi +set -e + + echo 'Provisioning...' sh "$HOME/scripts/provision.sh" |