Commit 255978ba authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Change ci file

parent aa072e87
Pipeline #7137 canceled with stage
image: ilyasemenov/gitlab-ci-git-push
image: dokku/ci-docker-image
stages:
- deploy
variables:
GIT_DEPTH: 0
APP_NAME: cp-video
APP_URL: clutchpoints-video-test.4taps.me
APP_URL: 137.184.39.49
deploy:
image: ilyasemenov/gitlab-ci-git-push
stage: deploy
environment:
name: production
url: https://$APP_NAME.dokku.me/
name: stages
url: https://clutchpoints-video-test.4taps.me/
tags:
- dokku-runner
only:
- master
- dev
variables:
BRANCH: dev
script:
- git-push ssh://dokku@$APP_URL:22/$APP_NAME
\ No newline at end of file
- dokku-deploy
after_script: [dokku-unlock]
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