Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eunxeum authored Oct 31, 2024
1 parent 9410528 commit 4989227
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read

steps:
- name: Checkout code
Expand Down Expand Up @@ -47,9 +50,6 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: ap-northeast-2
permissions:
id-token: write
contents: read

- name: S3에 배포
run: aws s3 cp deploy/goody.zip s3://goody-build/goody.zip
Expand Down

0 comments on commit 4989227

Please sign in to comment.