deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 8s

This commit is contained in:
2026-06-25 00:23:14 +03:00
parent b9a1d5bf7d
commit f331f754e1
+1
View File
@@ -22,6 +22,7 @@ jobs:
password: ${{ secrets.SSH_PASSWORD }}
port: 22
script: |
set -e # Остановить выполнение при любой ошибке
cd ${{ secrets.DEPLOY_DIRECTORY }}
touch "docker-compose-${{ env.CLEAN_REF_NAME }}.yml"
mkdir secrets