deploy-workflow: create docker compose file
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user