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

This commit is contained in:
2026-06-23 00:27:05 +03:00
parent 9572e20a2c
commit 40b621448c
+1
View File
@@ -17,6 +17,7 @@ jobs:
port: 22 port: 22
script: | script: |
cd ${{ secrets.DEPLOY_DIRECTORY }} cd ${{ secrets.DEPLOY_DIRECTORY }}
touch docker-compose-${{ gitea.ref }}.yml
mkdir secrets mkdir secrets
cd secrets cd secrets
echo "${{ secrets.BESZEL_AGENT_KEY }}" > beszel_agent_key.txt echo "${{ secrets.BESZEL_AGENT_KEY }}" > beszel_agent_key.txt