This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
new post: Homelab: Postgresql HA dengan patroni dan zookeeper #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish pages | |
on: | |
push: | |
branches: [ source ] | |
jobs: | |
pages: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Install and build | |
uses: actions/setup-node@v2 | |
with: | |
node-version: '14' | |
cache: 'yarn' | |
- run: yarn install | |
- run: yarn build | |
- name: Deploy | |
uses: JamesIves/[email protected] | |
with: | |
branch: publish | |
folder: public |