Skip to content

update dependencies #56

update dependencies

update dependencies #56

Workflow file for this run

name: Deploy App
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Executing remote command
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
USERNAME: ${{ secrets.USERNAME }}
PORT: ${{ secrets.PORT }}
KEY: ${{ secrets.SSH }}
script_stop: true
script: |
cd /var/www/html/webapp.faithfulpack.net/
git stash
git pull
pnpm install
pnpm build