fix: 팔로잉 조회 API 명세 변경에 따른 로직 변경 (#85) #43
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to DEV | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "dev" ] | |
permissions: | |
contents: read | |
jobs: | |
deploy: | |
runs-on: self-hosted | |
steps: | |
- name: Run Deploy script | |
working-directory: /home/ubuntu | |
run: sudo ./listywave.sh deploy |