Skip to content

log

log #63

Workflow file for this run

name: base-flow
on:
push:
branches: [ 'main' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies 🔧
run: npm install
- name: Build 🏭
run: npm run build
- name: Deploy 🚀
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
source: 'megalith'
target: ${{ secrets.TAERGET }}