Skip to content

Merge pull request #17 #18

Merge pull request #17

Merge pull request #17 #18

Workflow file for this run

name: CD
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
key: ${{ secrets.PRIVATE_KEY }}
script: 'cd /app/webchat && . ./deploy.sh'