Skip to content
This repository was archived by the owner on Sep 21, 2018. It is now read-only.

Commit b79eb57

Browse files
author
Tuxity
committed
Drone: fix php fpm bin name
1 parent 64a227a commit b79eb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.deploy/remote.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ sudo chown -R ubuntu:www-data $PROD_NAME
2020
cp -p current/config/production.php $PROD_NAME/config
2121

2222
sudo /etc/init.d/nginx stop
23-
sudo /etc/init.d/php-fpm stop
23+
sudo /etc/init.d/php5-fpm stop
2424

2525
# Switch versions
2626
unlink current
2727
ln -s $PROD_NAME current
2828

2929
sudo /etc/init.d/nginx start
30-
sudo /etc/init.d/php-fpm start
30+
sudo /etc/init.d/php5-fpm start
3131

3232
rm -rf $TEMP_DIR
3333
rm -rf $TEMP_FILE

0 commit comments

Comments
 (0)