Skip to content

Commit

Permalink
I think I escaped the exposed port env...
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMurg authored Mar 29, 2024
1 parent 642c2fa commit 0ade4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-vps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
touch .env
chmod 644 .env
echo "EXPOSED_PORT=\${EXPOSED_PORT}" > .env
echo "EXPOSED_PORT=${EXPOSED_PORT}" > .env
docker compose up -d --build
EOF

0 comments on commit 0ade4b2

Please sign in to comment.