Commit 52b1cf27 authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Add gitlab-ci to dokku

parent 5c86b708
image: dokku/ci-docker-image
stages:
- deploy
variables:
GIT_DEPTH: 0
deploy:
stage: deploy
only:
- dev
variables:
GIT_REMOTE_URL: ssh://dokku@137.184.39.49.me:22/cp-video
script: dokku-deploy
after_script: [dokku-unlock]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment