diff options
author | 2018-07-29 21:44:29 +0200 | |
---|---|---|
committer | 2018-07-29 21:44:29 +0200 | |
commit | b540bf98eee92ffaff4c6bfe29678d9442b0c355 (patch) | |
tree | c29802f7e638e9abb0bbd8e1a4697473a41b796f | |
parent | add deploy script (diff) |
run deploy script
-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 |