summaryrefslogtreecommitdiff
path: root/.pik
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 19:08:49 +0200
committerewy <ewy0@protonmail.com>2026-05-02 19:08:49 +0200
commitd1633e905a1487e8845088c03db8faf53d587e46 (patch)
tree38024375e7bc7a826b4c382c246ec7668f96ab46 /.pik
parentaa9031ab0deb1535875fe3ca2530428f485dbf9d (diff)
trim right side space in viewport
Diffstat (limited to '.pik')
-rw-r--r--.pik/web/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pik/web/update.sh b/.pik/web/update.sh
index 62d41a9..aa38c61 100644
--- a/.pik/web/update.sh
+++ b/.pik/web/update.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# update files on website
set -euo pipefail
-ssh git@ewy.one -- cd /srv/pik/pik "&&" bash .pik/web/web.sh \ No newline at end of file
+ssh git@ewy.one -- cd /srv/pik/pik "&&" git pull "&&" bash .pik/web/deploy.sh \ No newline at end of file