summaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/.build.yml b/.build.yml
deleted file mode 100644
index cbc7118..0000000
--- a/.build.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-image: alpine/latest
-packages:
- - hugo
- - hut
-oauth: pages.sr.ht/PAGES:RW
-environment:
- site: forever2k38.net
-tasks:
-- package: |
- cd $site
- hugo
- tar -C public -cvz . > ../site.tar.gz
-- upload: |
- hut pages publish -d $site site.tar.gz