add production config

This commit is contained in:
2021-06-20 13:11:53 +09:00
parent 8b685bca52
commit 0164e25b69
3 changed files with 24 additions and 1 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
build:
docker-compose build --pull
push:
docker-compose push
deploy: bulid
docker-compose -f docker-compose.production.yml up -d