We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa2aa7 commit cabe41cCopy full SHA for cabe41c
1 file changed
.github/workflows/deploy.yml
@@ -105,6 +105,7 @@ jobs:
105
106
# Run new container with environment secrets
107
docker run -d --name $NAME \
108
+ -- restart unless-stopped \
109
-e TOKEN=${{ secrets.TOKEN }} \
110
-e PUBLIC_KEY=${{ secrets.PUBLIC_KEY }} \
111
-e CLIENT_SECRET=${{ secrets.CLIENT_SECRET }} \
0 commit comments