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

This commit is contained in:
2026-06-23 01:01:19 +03:00
parent 03e987e73f
commit b9a1d5bf7d
+6 -6
View File
@@ -24,10 +24,10 @@ jobs:
script: | script: |
cd ${{ secrets.DEPLOY_DIRECTORY }} cd ${{ secrets.DEPLOY_DIRECTORY }}
touch "docker-compose-${{ env.CLEAN_REF_NAME }}.yml" touch "docker-compose-${{ env.CLEAN_REF_NAME }}.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
# echo "${{ secrets.BESZEL_AGENT_TOKEN }}" > beszel_agent_token.txt echo "${{ secrets.BESZEL_AGENT_TOKEN }}" > beszel_agent_token.txt
# echo "${{ secrets._GITEA_RUNNER_REGISTRATION_TOKEN }}" > gitea_runner_registration_token.txt echo "${{ secrets._GITEA_RUNNER_REGISTRATION_TOKEN }}" > gitea_runner_registration_token.txt
# echo "${{ secrets.VAULTWARDEN_ADMIN_TOKEN }}" > vaultwarden_admin_token.txt echo "${{ secrets.VAULTWARDEN_ADMIN_TOKEN }}" > vaultwarden_admin_token.txt
- run: echo "✅ Secrets created" - run: echo "✅ Secrets created"