Skip to content

Commit

Permalink
fix unclosed quote in deploy workflow (nsidnev#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsidnev authored Nov 4, 2021
1 parent fa56dba commit 32c313f
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 @@ -62,6 +62,6 @@ jobs:
--label \"traefik.http.routers.frw-backend.tls.certresolver=letsencrypt\" \
--label \"traefik.http.routers.frw-backend.middlewares=http-to-https@file\" \
--label \"traefik.http.services.frw-backend.loadbalancer.server.port=8000\" \
-e DATABASE_URL=\"$DATABASE_URL" \
-e DATABASE_URL=\"$DATABASE_URL\" \
-e SECRET_KEY=\"$SECRET_KEY\" \
$IMAGE_NAME"

0 comments on commit 32c313f

Please sign in to comment.