test: 테스트 클래스 변경 #28 #37
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: BE CD for Dev | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "develop" ] | |
paths: | |
- backend/** | |
permissions: | |
contents: read | |
jobs: | |
deploy: | |
runs-on: [self-hosted, linux, ARM64] # Self hosted runner 사용 | |
steps: | |
- name: Execute script on EC2 to deploy | |
run: sudo sh ~/deploy-script-dev.sh |