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

Change ci file

parent 285f7782
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: production
url: https://clutchpoints-video-test.4taps.me/
tags:
- dokku
only:
- dev
variables:
GIT_REMOTE_URL: ssh://dokku@137.184.39.49:22/cp-video
BRANCH: dev
script:
- dokku-deploy
after_script:
- dokku-unlock
\ No newline at end of file
script:
- echo "Текущая директория:"
- pwd
- echo "Список файлов в корневой директории контейнера:"
- ls -lah /
- git-push ssh://dokku@$APP_URL:22/$APP_NAME $BRANCH
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