diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,12 +1,4 @@ #!/bin/bash set -euxo pipefail - -IMAGE=registry.jan.systems/jan-systems-2024:latest - -# Build -docker build --progress plain --platform linux/amd64 -t "$IMAGE" . -docker push "$IMAGE" - -# Deploy -ssh jan.systems 'cd deployments/garden && bash dc-restart.sh' +rsync -rvzP --delete --chown 80:80 out/* $RSYNC_TARGET |
