diff options
Diffstat (limited to 'deploy')
-rwxr-xr-x | deploy | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +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/ +tar -cz $(find -not -name . -not -path '*/[.]*' -not -name deploy -not -name README.md) | ssh garm tar -xvz -C /var/www/files/sites/trädgårdstomten/ |