Skip to content

Commit

Permalink
Add ssh make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
grellyd committed Dec 10, 2023
1 parent 71a6a1d commit a114418
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ endef
deploy/dev:
$(deploy-dev)

remote/dev:
ssh root@dev.grellyd.com

remote/deploy/dev:
ssh root@dev.grellyd.com "cd grellyddotcom && $(deploy-dev)"

Expand All @@ -64,6 +67,9 @@ endef
deploy/prd:
$(deploy-dev)

remote/prd:
ssh root@grellyd.com

remote/deploy/prd:
ssh root@grellyd.com "cd grellyddotcom && $(deploy-prd)"

Expand Down

0 comments on commit a114418

Please sign in to comment.