Skip to content

small typo payments -> payment #12

small typo payments -> payment

small typo payments -> payment #12

name: Deploy to Distributed Press
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Publish to Distributed Press
uses: hyphacoop/[email protected]
with:
publish_dir: . # (optional) defaults to /public
dp_url: https://api.distributed.press
refresh_token: ${{ secrets.REFRESH_TOKEN }}
site_url: timewave.computer
deploy_http: true
deploy_hyper: true
deploy_ipfs: true