diff --git a/.build.yml b/.build.yml deleted file mode 100644 index 6b1a93d..0000000 --- a/.build.yml +++ /dev/null @@ -1,19 +0,0 @@ -image: alpine/edge -packages: - - ruby - - ruby-dev - - ruby-bundler - - hut -oauth: pages.sr.ht/PAGES:RW -environment: - site: farthergate.com -tasks: - - build: | - cd farthergate.com - bundle install --path vendor/bundle - bundle exec ruby build.rb - - package: | - cd farthergate.com/_build - tar -cvz . > ../../site.tar.gz - - upload: | - hut pages publish -d $site site.tar.gz diff --git a/.radicle/native.yml b/.radicle/native.yml new file mode 100644 index 0000000..7f8785b --- /dev/null +++ b/.radicle/native.yml @@ -0,0 +1,3 @@ +shell: | + podman run -it -v .:/site:z quay.io/aspr/phlexite:latest + cp -r _build/* /srv/farthergate.com/ \ No newline at end of file