Skip to content

Merge pull request #22 #23

Merge pull request #22

Merge pull request #22 #23

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'