~groovestomp/groovestomp.srht.site

85a6e062a070f4cdd6bd3313ec66d74ea2190174 — Aaron Oman 1 year, 2 months ago b1e2b6a
Build manifest and gitignore.
2 files changed, 13 insertions(+), 0 deletions(-)

A .build.yml
A .gitignore
A .build.yml => .build.yml +12 -0
@@ 0,0 1,12 @@
image: alpine/edge
oauth: pages.sr.ht/PAGES:RW
packages:
- hut
environment:
  site: www.orkaskateboarding.ca
tasks:
- package: |
    cd $site
    tar -cvz . > ../site.tar.gz
- upload: |
    hut pages publish -d $site site.tar.gz

A .gitignore => .gitignore +1 -0
@@ 0,0 1,1 @@
site.tar.gz