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