From ad33c92b0ed418a8f6b4e82a68734c72b85f6899 Mon Sep 17 00:00:00 2001 From: ppaulis Date: Thu, 6 Oct 2016 14:55:10 +0200 Subject: [PATCH] working on setup --- continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous.yml b/continuous.yml index 5be542e..bb67165 100644 --- a/continuous.yml +++ b/continuous.yml @@ -2,4 +2,4 @@ deployment: hooks: AfterInstall: - - command: ./scripts/migrate.sh \ No newline at end of file + - command: chmod +x scripts/migrate.sh && ./scripts/migrate.sh \ No newline at end of file