Skip to content
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

new post: Homelab: Postgresql HA dengan patroni dan zookeeper

new post: Homelab: Postgresql HA dengan patroni dan zookeeper #12

Workflow file for this run

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