Skip to content

👷 Complete backend_CI.yml #9

👷 Complete backend_CI.yml

👷 Complete backend_CI.yml #9

Workflow file for this run

name: SpeechBuddy Backend CD
on:
push:
branches: [ "main", "feat/CICD-backend" ]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: SSH Remote Commands
uses: appleboy/[email protected]
with:
key: ${{ secrets.SSH_KEY }}
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
script: |
sh deploy.sh