Skip to content

Commit

Permalink
chore: fix last .place
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Jun 23, 2020
1 parent c3abcb2 commit 7d51d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ packr:

.PHONY: deploy
deploy: docker.push
ssh zrwf.m.42.am make -C infra/projects/sgtm.place re
ssh zrwf.m.42.am make -C infra/projects/sgtm.club re

.PHONY: prod-logs
prod-logs:
ssh zrwf.m.42.am make -C infra/projects/sgtm.place logs
ssh zrwf.m.42.am make -C infra/projects/sgtm.club logs

.PHONY: docker.push
docker.push: tidy generate docker.build
Expand Down
2 changes: 1 addition & 1 deletion deployments/sgtm.club/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
ports:
- 8000
environment:
- VIRTUAL_HOST=sgtm.place
- VIRTUAL_HOST=sgtm.club
- VIRTUAL_PORT=8000
networks:
- default
Expand Down

0 comments on commit 7d51d03

Please sign in to comment.