deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
This commit is contained in:
@@ -24,10 +24,10 @@ jobs:
|
||||
script: |
|
||||
cd ${{ secrets.DEPLOY_DIRECTORY }}
|
||||
touch "docker-compose-${{ env.CLEAN_REF_NAME }}.yml"
|
||||
# mkdir secrets
|
||||
# cd secrets
|
||||
# echo "${{ secrets.BESZEL_AGENT_KEY }}" > beszel_agent_key.txt
|
||||
# echo "${{ secrets.BESZEL_AGENT_TOKEN }}" > beszel_agent_token.txt
|
||||
# echo "${{ secrets._GITEA_RUNNER_REGISTRATION_TOKEN }}" > gitea_runner_registration_token.txt
|
||||
# echo "${{ secrets.VAULTWARDEN_ADMIN_TOKEN }}" > vaultwarden_admin_token.txt
|
||||
mkdir secrets
|
||||
cd secrets
|
||||
echo "${{ secrets.BESZEL_AGENT_KEY }}" > beszel_agent_key.txt
|
||||
echo "${{ secrets.BESZEL_AGENT_TOKEN }}" > beszel_agent_token.txt
|
||||
echo "${{ secrets._GITEA_RUNNER_REGISTRATION_TOKEN }}" > gitea_runner_registration_token.txt
|
||||
echo "${{ secrets.VAULTWARDEN_ADMIN_TOKEN }}" > vaultwarden_admin_token.txt
|
||||
- run: echo "✅ Secrets created"
|
||||
|
||||
Reference in New Issue
Block a user