Skip to content

fix: 친구요청 중복 처리 로직 수정, 선호도 컨텐츠 요청 path Variable 수정 #39

fix: 친구요청 중복 처리 로직 수정, 선호도 컨텐츠 요청 path Variable 수정

fix: 친구요청 중복 처리 로직 수정, 선호도 컨텐츠 요청 path Variable 수정 #39

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
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 jiho99322@${{ secrets.SERVER_IP }} bash /home/jiho99322/deploy.sh