Skip to content

feat(player): show mlbb id and copy on click (#37) #16

feat(player): show mlbb id and copy on click (#37)

feat(player): show mlbb id and copy on click (#37) #16

Workflow file for this run

name: Deploy Staging API
on:
push:
branches: ['development']
jobs:
build:
runs-on: ubuntu-latest
environment: Staging API
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Run App
uses: appleboy/ssh-action@v0.1.9
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: ${{ secrets.SSH_PORT }}
script: |
cd /root/mabar-fun
git checkout development
git pull origin development
pnpm install
pnpm build --filter=db
pnpm build --filter=dto
pnpm build --filter=server
pnpm turbo run db:deploy --filter=db
pm2 start 0