Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKomarovCoder committed Nov 22, 2023
1 parent ea13592 commit 4b7a325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test: ## Run tests
doc: ## Generate API documentation using swag
swag init -g cmd/api/main.go

prod: lint doc
prod: #lint doc
git checkout deploy ; \
git pull origin develop ; \
git add . ; \
Expand Down

0 comments on commit 4b7a325

Please sign in to comment.