Skip to content

Commit

Permalink
updating deployement script
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed May 16, 2024
1 parent 734ae23 commit d07286a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ jobs:
sudo podman stop sui_backend && sudo podman rm sui_backend && sudo podman image rm ghcr.io/p-shubh/sui_overflow_hack:main
echo ${{ secrets.GHCR_TOKEN }} | sudo podman login ghcr.io -u secrets.GHCR_USERNAME --password-stdin
sudo podman pull ghcr.io/p-shubh/sui_overflow_hack:main
sudo podman run --name="sui_backend" --env-file=.env -p 9079:8080 --net=bridge -d ghcr.io/p-shubh/sui_overflow_hack:main
sudo podman run --name="sui_backend" --env-file=.env -p 8181:6060 --net=bridge -d ghcr.io/p-shubh/sui_overflow_hack:main
- name: Deploy on Frontend server
if: github.ref == 'refs/heads/frontend'
uses: appleboy/[email protected]
Expand Down

0 comments on commit d07286a

Please sign in to comment.