diff options
| -rw-r--r-- | .builds/deploy.yml | 21 | ||||
| -rw-r--r-- | hall-of-fame.md | 1 |
2 files changed, 11 insertions, 11 deletions
diff --git a/.builds/deploy.yml b/.builds/deploy.yml index bc978f3..8e7eeb5 100644 --- a/.builds/deploy.yml +++ b/.builds/deploy.yml @@ -1,14 +1,15 @@ image: alpine/edge -oauth: pages.sr.ht/PAGES:RW packages: -- hut - ruby-full - ruby-dev +- rsync secrets: - - 877617a4-009f-43a7-9b4c-25e921d2f61f + - ed9e4efb-54f3-4e5a-8893-a6ac262df30d + - 5dd47c15-9600-452e-b9a7-77312af1800d environment: repo: 1mb-club - site: 1mb.club + dest: /home/public/1mb.club + server: ssh.nyc1.nearlyfreespeech.net BUNDLE_PATH: vendor/bundle submitter: git.sr.ht: @@ -16,14 +17,12 @@ submitter: allow-refs: - refs/heads/deploy tasks: -- jekyll-build: | +- ssh-setup: | + ssh-keyscan -H -4 $server >> ~/.ssh/known_hosts +- build: | cd $repo bundle install bundle exec jekyll build -- package-site: | - cd $repo/_site - tar -cvzh . > ../site.tar.gz - deploy: | - hut pages publish -d $site --site-config $repo/siteconfig.json $repo/site.tar.gz -- deploy-www: | - hut pages publish -d www.$site --site-config $repo/siteconfig.json $repo/site.tar.gz
\ No newline at end of file + cd $repo + rsync -rltvz --delete _site/ nfsn:$dest/
\ No newline at end of file diff --git a/hall-of-fame.md b/hall-of-fame.md index 2e97ee5..98fa921 100644 --- a/hall-of-fame.md +++ b/hall-of-fame.md @@ -44,6 +44,7 @@ Donations of $25 or more get a special ⭐ as a bonus thank you! |DevITjobs|$9| |Willem L. Middelkoop|$9| |Jens Steger|$9| +|Folio.fyi|$3| |Alveek|$3| |Kristian Scott|$3| |Anonymous|$3| |
