Skip to content

Merge pull request #62 from snuhcs-course/feat/get-info-on-login #46

Merge pull request #62 from snuhcs-course/feat/get-info-on-login

Merge pull request #62 from snuhcs-course/feat/get-info-on-login #46

Workflow file for this run

name: SpeechBuddy Backend CD
on:
push:
branches: [ "main" ]
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