We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d265555 commit 3df7ff4Copy full SHA for 3df7ff4
.github/workflows/deploy.yml
@@ -54,4 +54,4 @@ jobs:
54
docker rm go-api-container || true
55
56
# Run the new container with the loaded image
57
- docker run --detach --restart unless-stopped --name go-api-container --publish 8080:8080 --volume /home/${{ secrets.VPS_USERNAME }}/data:/myapp/data go-api
+ docker run --detach --restart unless-stopped --name go-api-container --publish 8080:8080 --volume /home/${{ secrets.VPS_USERNAME }}/data:/myapp/data go-api
0 commit comments