Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bbbtt04 committed Nov 28, 2023
1 parent 23c0456 commit 9baa562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deplog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
cd /www/wwwroot/hole-server
git pull
yarn
docker build -t hole-server .
docker build -t server .
docker run -p 3000:3000 hole-server

0 comments on commit 9baa562

Please sign in to comment.