We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bedf6 commit c5a499bCopy full SHA for c5a499b
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
sudo chmod -R u+rwX ~/website-cms
39
git config --global --add safe.directory "$(pwd)"
40
git pull origin main
41
- cat <<EOT > .env
+ cat > .env <<EOT
42
${{ secrets.ENV_FILE_CONTENT }}
43
EOT
44
docker compose up -d --build
0 commit comments