diff options
-rwxr-xr-x | deploy | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +#!/usr/bin/env fish + +tar -cz $(find -not -name . -not -path '*/[.]*' -not -name deploy) | ssh garm tar -xvz -C /var/www/files/sites/trädgårdstomten/ |
![]() |
index : traedgaardstomten | |
Website at https://trädgårdstomten.se/ |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | deploy | 3 |
@@ -0,0 +1,3 @@ +#!/usr/bin/env fish + +tar -cz $(find -not -name . -not -path '*/[.]*' -not -name deploy) | ssh garm tar -xvz -C /var/www/files/sites/trädgårdstomten/ |