summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-10-11 17:47:04 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-10-11 17:47:04 +0300
commit3e56647cf96dee4f5009cf8a813668e23230eefc (patch)
treeb993183058e0771a504685a755cd9391420deb8b /deploy.sh
parente211e2d19c5204c55482491f0e4bd03b14be034c (diff)
Updates
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/deploy.sh b/deploy.sh
index a5101c2..44c32dd 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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