Commit adcf6b37 authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Merge branch 'test-deploy' into 'dev'

Change ci file

See merge request !16
parents ec79b2ab 4b1668b9
Pipeline #6872 failed with stage
in 1 second
---
image: dokku/ci-docker-image
image: ilyasemenov/gitlab-ci-git-push
stages:
- deploy
variables:
GIT_DEPTH: 0
APP_NAME: cp-video
APP_URL: 137.184.39.49
deploy:
image: ilyasemenov/gitlab-ci-git-push
stage: deploy
environment:
name: dev
url: https://clutchpoints-video-test.4taps.me/
tags:
- dokku
only:
- dev
variables:
BRANCH: dev
GIT_REMOTE_URL: ssh://dokku@137.184.39.49:22/cp-video
script: dokku-deploy
after_script: [dokku-unlock]
\ No newline at end of file
script:
- git push ssh://dokku@$APP_URL:22/$APP_NAME HEAD:dev
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