hotfix: 프론트에서 댓글 생성, 삭제 테스트를 위한 임시 코드 주석처리 #35
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 |