From 5bdf1591edead82cddae4388377fe9c495b6b8f8 Mon Sep 17 00:00:00 2001 From: ppaulis Date: Thu, 6 Oct 2016 15:48:10 +0200 Subject: [PATCH] working on setup --- continuous.yml | 2 +- scripts/migrate.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/continuous.yml b/continuous.yml index bb67165..9b5d112 100644 --- a/continuous.yml +++ b/continuous.yml @@ -2,4 +2,4 @@ deployment: hooks: AfterInstall: - - command: chmod +x scripts/migrate.sh && ./scripts/migrate.sh \ No newline at end of file + - command: scripts/migrate.sh \ No newline at end of file diff --git a/scripts/migrate.sh b/scripts/migrate.sh index e250455..02aa88b 100755 --- a/scripts/migrate.sh +++ b/scripts/migrate.sh @@ -7,5 +7,4 @@ do done chown -R www-data:www-data /var/www/continuousphp/current/* -chmod +x bin/* bin/phing -propertyfile /var/lib/continuousphp/credentials.ini init \ No newline at end of file