Skip to content

test: env 수정 및 auth.ts 백엔드 api 주석 #37

test: env 수정 및 auth.ts 백엔드 api 주석

test: env 수정 및 auth.ts 백엔드 api 주석 #37

Workflow file for this run

name: Deploy Frontend
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: SSH into server and deploy
uses: appleboy/[email protected]
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
password: ${{ secrets.SSH_PASSWORD }}
port: 22
script: |
cd /docker/front
./deploy.sh