Commit 7cd1be50 authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Merge branch 'test-deploy' into 'dev'

Change ci file

See merge request !21
parents c43ff6a6 9eb5a81c
Pipeline #6880 failed with stage
in 1 second
......@@ -20,5 +20,13 @@ deploy:
variables:
BRANCH: dev
script:
- echo "Текущая директория:"
- pwd
- echo "Список файлов в директории:"
- ls -lah
- echo "Проверка наличия файла git-push:"
- if [ -f ./git-push ]; then echo "Файл git-push найден"; else echo "Файл git-push отсутствует"; fi
- echo "Права на файл git-push:"
- ls -l git-push || echo "Файл git-push не найден"
- ./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