Skip to content

Commit

Permalink
Test : 스프링 CD테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
tioon committed Apr 27, 2024
1 parent 6042318 commit aa3e002
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- develop
- feature/cd/#20

jobs:
build-and-package:
Expand Down Expand Up @@ -46,5 +47,3 @@ jobs:
run: |
echo "${{ secrets.NAVER_SOURCE_DEPLOY_START }}" > request_deploy_start.sh
cat request_deploy_start.sh
chmod +x request_deploy_start.sh
./request_deploy_start.sh

0 comments on commit aa3e002

Please sign in to comment.