Skip to content

Commit c48ebd0

Browse files
committed
testing auto deployment final
1 parent 4faea03 commit c48ebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
port: ${{ secrets.DEV_SSH_PORT }}
7777
script: |
7878
pwd
79-
# sudo podman stop sui_frontend || true && sudo podman image rm ghcr.io/p-shubh/sui_overflow_hack:frontend
79+
sudo podman stop sui-frontend || true && sudo podman image rm ghcr.io/p-shubh/sui_overflow_hack:frontend
8080
echo ${{ secrets.GHCR_TOKEN }} | sudo podman login ghcr.io -u ${{ secrets.GHCR_USERNAME }} --password-stdin
8181
sudo podman pull ghcr.io/p-shubh/sui_overflow_hack:frontend
8282
sudo podman run --name="sui-frontend" --rm -p 4040:6060 --net=bridge -d ghcr.io/p-shubh/sui_overflow_hack:frontend

0 commit comments

Comments
 (0)