deploying
This commit is contained in:
parent
d279f759bc
commit
ac1cb044c6
4
Makefile
4
Makefile
@ -15,3 +15,7 @@ deploy:
|
||||
git push origin production
|
||||
ssh $(VPS_USER)@$(VPS_HOST) -p $(SSH_PORT) "cd $(VPS_PATH) && git checkout production && git pull origin production"
|
||||
@echo "✅ Deployment done!"
|
||||
|
||||
|
||||
sync:
|
||||
ssh $(VPS_USER)@$(VPS_HOST) -p $(SSH_PORT) "cd $(VPS_PATH) && git checkout production && git pull origin production"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user