From 276096698be34a7c629b3fe7bfd79c48e1c24921 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 29 Jun 2025 20:11:22 +0700 Subject: all: add task to deploy www-awwan from webhook --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- cgit v1.3