Skip to content

Update the posting reality, add my Mastodon account, fix Andy's link … #57

Update the posting reality, add my Mastodon account, fix Andy's link …

Update the posting reality, add my Mastodon account, fix Andy's link … #57

Workflow file for this run

name: Publish usesthis.com
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- run: |
bundle exec dimples
- uses: contention/[email protected]
with:
FLAGS: -avzr --delete --links
USER: deployer
HOST: usesthis.com
LOCALPATH: site/
REMOTEPATH: /usr/local/share/www/usesthis.com/
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}