aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index 83316eb..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-image: alpine/latest
-packages:
- - rsync
-sources:
- - https://git.sr.ht/~boringcactus/pig.observer
-secrets:
- - b5cb9b2b-1461-4486-95e1-886451674a89
-tasks:
- - upload: |
- upload-to() {
- dest=$1
- shift
- rsync --rsh="ssh -o StrictHostKeyChecking=no" -rlt8hP --del $@ services@boringcactus.com:$dest
- }
- cd pig.observer
- upload-to /var/www/html/pig.observer/ dist/*