From a41ab078dc000949a488b97dbdbececc07e39df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Thu, 31 Mar 2022 20:21:17 +0200 Subject: [PATCH] Add: `make deploy` as alias of up, sync... --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 65aedb8..55fc17f 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ bash: shell: docker-compose -f docker-compose.yml run build shell +deploy: up sync: up up: build rsync -e ssh --progress --delete -lprtvvzog src/public/ me:/home/www/oscarmlage.com/www/