diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-29 20:11:22 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-29 20:25:01 +0700 |
| commit | 276096698be34a7c629b3fe7bfd79c48e1c24921 (patch) | |
| tree | 4ec8f2197f8e30eabe35fe72a8eb0e4d65958ded | |
| parent | fc72848b593e95b18668b9fbbc7409ae2a69ad47 (diff) | |
| download | awwan-276096698be34a7c629b3fe7bfd79c48e1c24921.tar.xz | |
all: add task to deploy www-awwan from webhook
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
