working on setup
parent
be2f09514b
commit
5bdf1591ed
|
@ -2,4 +2,4 @@
|
||||||
deployment:
|
deployment:
|
||||||
hooks:
|
hooks:
|
||||||
AfterInstall:
|
AfterInstall:
|
||||||
- command: chmod +x scripts/migrate.sh && ./scripts/migrate.sh
|
- command: scripts/migrate.sh
|
|
@ -7,5 +7,4 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
chown -R www-data:www-data /var/www/continuousphp/current/*
|
chown -R www-data:www-data /var/www/continuousphp/current/*
|
||||||
chmod +x bin/*
|
|
||||||
bin/phing -propertyfile /var/lib/continuousphp/credentials.ini init
|
bin/phing -propertyfile /var/lib/continuousphp/credentials.ini init
|
Loading…
Reference in New Issue