Skip to content

Commit

Permalink
fix: add make deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRampoldi committed Apr 9, 2024
1 parent c931a3d commit 12eee44
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/production-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
cd ${APP_DIR} &&
sudo systemctl stop ${SERVICE_NAME} &&
git pull &&
go install ./... &&
rm -f yab-explorer &&
go build -o yab-explorer ./cmd &&
swag init -g ./cmd/main.go -o ./docs &&
make deps &&
make build &&
sudo systemctl start ${SERVICE_NAME} "

0 comments on commit 12eee44

Please sign in to comment.