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

Change ci file

parent b64bf694
image: ilyasemenov/gitlab-ci-git-push
---
image: dokku/ci-docker-image
stages:
- deploy
variables:
APP_NAME: cp-video
APP_URL: 137.184.39.49
GIT_DEPTH: 0
deploy:
image: ilyasemenov/gitlab-ci-git-push
stage: deploy
environment:
name: dev
url: https://clutchpoints-video-test.4taps.me/
tags:
- dokku
only:
- dev
script:
- git push ssh://dokku@$APP_URL:22/$APP_NAME HEAD:dev
- main
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
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