Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster482 committed Nov 12, 2023
1 parent 2189fec commit 379468e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ test: ## Run tests
doc: ## Generate API documentation using swag
swag init -g cmd/api/main.go

prod:
git checkout deploy ; \
git pull origin develop ; \
git add . ; \
git commit -m "deploy" ; \
git push
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
- .env
restart: always
ports:
- "8080:8080"
- "http://hammywallet.ru:8080:8080"
volumes:
- ./.env:/docker-hammywallet/.env
- api-logs:/docker-hammywallet/logs
Expand Down

0 comments on commit 379468e

Please sign in to comment.