mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Add git pull to prod target
This commit is contained in:
3
Makefile
3
Makefile
@@ -30,9 +30,10 @@ dev:
|
||||
|
||||
## prod: Run the latest images in docker compose
|
||||
prod:
|
||||
@git pull
|
||||
@docker pull ghcr.io/davegallant/rfd-fyi-backend
|
||||
@docker pull ghcr.io/davegallant/rfd-fyi-frontend
|
||||
docker compose -f docker-compose.prod.yml up -d
|
||||
@docker compose -f docker-compose.prod.yml up -d
|
||||
.PHONY: up
|
||||
|
||||
## teardown: Teardown docker
|
||||
|
Reference in New Issue
Block a user