Skip to content

카카오 로그인 요청 헤더 추출 로직에서 NULL 예외처리 구현 (#122) #27

카카오 로그인 요청 헤더 추출 로직에서 NULL 예외처리 구현 (#122)

카카오 로그인 요청 헤더 추출 로직에서 NULL 예외처리 구현 (#122) #27

Workflow file for this run

name: Deploy
on:
push:
branches:
- Weekly
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up SSH
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Run deployment script on server
run: |
ssh -o StrictHostKeyChecking=no ubuntu@${{ secrets.SERVER_IP }} 'bash /home/ubuntu/deploy.sh'