diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7432a5c..5a94b40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,3 +23,5 @@ build: - pipenv install --dev --deploy - pipenv run lint - pipenv run test + - chmod +x scripts/deploy.sh + - scripts/deploy.sh |