Merge pull request #4668 from RealOrangeOne/patch-1

Make scripts a list
This commit is contained in:
Jose Diaz-Gonzalez
2021-07-09 19:56:27 -04:00
committed by GitHub

View File

@@ -18,8 +18,10 @@ deploy:
- master
variables:
GIT_REMOTE_URL: ssh://dokku@dokku.me:22/appname
script: dokku-deploy
after_script: dokku-unlock
script:
- dokku-deploy
after_script:
- dokku-unlock
```
For further usage documentation and other advanced examples, see Dokku's [gitlab-ci](https://github.com/dokku/gitlab-ci) repository.