Skip to content

Deploy to Dev

Deploy to Dev #7

Workflow file for this run

name: Deploy to Dev
on: workflow_dispatch
jobs:
deploy-to-prod:
name: deploy to dev
runs-on: ubuntu-latest
steps:
- name: Deploy to development
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
script: |
cd ep-api
git pull
pmpm i
pnpm build:swc
pm2 update