Skip to content

Commit

Permalink
chore: gradle 권한 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Oct 28, 2023
1 parent 862eda7 commit 8d613ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
ECR_REGISTRY_PREFIX: '${{ secrets.AWS_ECR_REGISTRY_URL }}/'
run: |
chmod +x scripts/dockerBuild.sh &&
chmod +x ./gradlew &&
/bin/bash scripts/dockerBuild.sh \
${{ env.ECR_REGISTRY_PREFIX }}${{ inputs.ecr-repository-name }} \
${{ inputs.image-tag }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 프로덕션 워크플로우
on:
push:
branches: [ 'main' ]
#branches: [ 'main' ]
paths:
- 'src/**' # 어드민 API 코드가 변경된 경우
- '.github/workflows/**' # 워크플로우와 관련된 파일이 변경된 경우
Expand Down

0 comments on commit 8d613ea

Please sign in to comment.