Commit 0346f988 authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Change ci file

parent 57d98632
Pipeline #6879 failed
......@@ -20,5 +20,12 @@ 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