feat: s3 버킷 endpoint CloudFront 도메인으로 변경 및 profile별 동적 폴더 구조 되도록 구성 … #29
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 |