Skip to content

Commit

Permalink
correcting yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shubh committed May 15, 2024
1 parent dc55743 commit ff078d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
# docker stop sui_frontend || true && docker image rm ghcr.io/p-shubh/sui_overflow_hack:frontend
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ secrets.GHCR_USERNAME }} --password-stdin
docker pull ghcr.io/p-shubh/sui_overflow_hack:frontend
docker run --name="sui-frontend" --rm -p 6060:4040 --net=bridge -d ghcr.io/p-shubh/sui_overflow_hack:frontend
docker run --name="sui-frontend" --rm -p 8181:6060 --net=bridge -d ghcr.io/p-shubh/sui_overflow_hack:frontend
4 changes: 4 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ import (
)

func main() {
// err := godotenv.Load()
// if err != nil {
// log.Fatal("Error loading .env file")
// }
router.HandleRequest()
}

0 comments on commit ff078d2

Please sign in to comment.