workflow fix
All checks were successful
Gitea Docker Redeploy / Redploy-App-on-self-via-SSH (push) Successful in 7m43s

This commit is contained in:
Tobias Weise 2024-08-15 23:11:20 +02:00
parent affe3011fe
commit 00a0859f89

View File

@ -20,7 +20,7 @@ jobs:
docker-compose down
git pull
echo "============ Git pull finished! ========="
echo ${{ vars.ENV }} > .env
echo '${{ vars.ENV }}' > .env
echo "============ Env creation finished! ========="
docker-compose build
echo "============= Image build finishes! =============="