Skip to content

Commit

Permalink
修正10
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagawa1022 committed Sep 18, 2024
1 parent 7c434db commit dde87ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/touchgift-job-daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
aws-access-key-id: ${{ secrets.CODEBUILD_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.CODEBUILD_AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-1
role-to-assume: arn:aws:iam::411776208124:role/touchgift-job-daemon.codebuild.execution
role-to-assume: arn:aws:iam::411776208124:role/touchgift-job-fluentd-daemon.codebuild.execution
role-duration-seconds: 1200

- name: Run Build
run: |
aws codebuild start-build \
--project-name touchgift-job-daemon \
--project-name touchgift-job-fluentd-daemon \
--source-version ${SOURCE_VERSION} \
--buildspec-override ${{ matrix.component }}/buildspecs/staging.yml \
--environment-variables-override \
Expand Down
2 changes: 1 addition & 1 deletion fluentd-daemon/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
test2

0 comments on commit dde87ea

Please sign in to comment.