Skip to content

Commit

Permalink
added \ to line
Browse files Browse the repository at this point in the history
  • Loading branch information
jakegodsall committed Jan 4, 2025
1 parent b3ff67b commit 83d785a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
docker rm portfolio 2>/dev/null || true
docker run -d --name portfolio -p 8000:8000 \
-e DJANGO_ENV=production \
-e SECRET_KEY=${{ secrets.SECRET_KEY }}
-e SECRET_KEY=${{ secrets.SECRET_KEY }} \
-e ALLOWED_HOSTS=${{ secrets.ALLOWED_HOSTS }}
$IMAGE_NAME:latest

0 comments on commit 83d785a

Please sign in to comment.