aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml19
1 files changed, 0 insertions, 19 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index aae837e..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-image: alpine/latest
-packages:
-- npm
-- rsync
-sources:
-- https://git.sr.ht/~emersion/gamja
-secrets:
-- 77c7956b-003e-44f7-bb5c-2944b2047654 # deploy SSH key
-tasks:
-- setup: |
- cd gamja
- npm install --include=dev
- npm run build
-- deploy: |
- cd gamja/dist
- [ "$(git rev-parse HEAD)" = "$(git rev-parse origin/master)" ] || complete-build
- rsync --rsh="ssh -o StrictHostKeyChecking=no" -rP \
- --delete --exclude=config.json \
- . deploy@sheeta.emersion.fr:/srv/http/gamja