We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0feb54c commit dc0aed6Copy full SHA for dc0aed6
.github/workflows/dev-cd.yml
@@ -62,4 +62,7 @@ jobs:
62
script: |
63
docker rm -f taskflow
64
docker image rm ${{ secrets.DOCKER_REPO }} -f
65
- docker run --name taskflow -d -p 9090:9090 ${{ secrets.DOCKER_REPO }} --restart on-failure
+ docker run --name taskflow -d -p 9090:9090 \
66
+ --env-file /home/ubuntu/.env \
67
+ ${{ secrets.DOCKER_REPO }} \
68
+ --restart on-failure
0 commit comments