Skip to content

Update package.json

Update package.json #3

Workflow file for this run

name: Deploy
on:
push:
branches: [ "main" ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: appleboy/[email protected]
with:
host: 143.110.167.235
username: root
key: ${{secrets.SSH_PRIVATE_KEY}}
port: 22
script: |
cd /var/www/meet
git pull --no-rebase