diff options
Diffstat (limited to 'deploy')
-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/ |