summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-06-29 20:11:22 +0700
committerShulhan <ms@kilabit.info>2025-06-29 20:25:01 +0700
commit276096698be34a7c629b3fe7bfd79c48e1c24921 (patch)
tree4ec8f2197f8e30eabe35fe72a8eb0e4d65958ded
parentfc72848b593e95b18668b9fbbc7409ae2a69ad47 (diff)
downloadawwan-276096698be34a7c629b3fe7bfd79c48e1c24921.tar.xz
all: add task to deploy www-awwan from webhook
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ec8a59e..3e95bd5 100644
--- a/Makefile
+++ b/Makefile
@@ -157,6 +157,12 @@ release-sync-local:
.PHONY: release-tip-local
release-tip-local: embed build-all-amd64 build-all-arm64 release-sync-local
+
+.PHONY: webhook.deploy
+webhook.deploy: build-www
+ sudo rsync --progress ./www-awwan /data/app/bin/
+
+
#}}}
#{{{ Tasks for tour.awwan.org.