fix: 토큰 만료시간 8시간으로 변경, 토큰을 Body에 담아 응답하도록 변경 (#72) #38
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 |