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 4faea03 commit c48ebd0Copy full SHA for c48ebd0
.github/workflows/deploy.yml
@@ -76,7 +76,7 @@ jobs:
76
port: ${{ secrets.DEV_SSH_PORT }}
77
script: |
78
pwd
79
- # sudo podman stop sui_frontend || true && sudo podman image rm ghcr.io/p-shubh/sui_overflow_hack:frontend
+ sudo podman stop sui-frontend || true && sudo podman image rm ghcr.io/p-shubh/sui_overflow_hack:frontend
80
echo ${{ secrets.GHCR_TOKEN }} | sudo podman login ghcr.io -u ${{ secrets.GHCR_USERNAME }} --password-stdin
81
sudo podman pull ghcr.io/p-shubh/sui_overflow_hack:frontend
82
sudo podman run --name="sui-frontend" --rm -p 4040:6060 --net=bridge -d ghcr.io/p-shubh/sui_overflow_hack:frontend
0 commit comments