Skip to content

update sesuatu

update sesuatu #3

Workflow file for this run

on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
name: Deployment
runs-on: ubuntu-latest
steps:
- name: SSH and Pull Latest Changes
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: |
cd ${{ secrets.PATH_TO_FOLDER }}
git pull origin master
npm run build
./vendor/bin/sail up -d