Skip to content

Commit

Permalink
Merge pull request #12 from Co-due/SongGwanSeok-patch-1
Browse files Browse the repository at this point in the history
[#1]deploy: cicd 로직 수정
  • Loading branch information
SongGwanSeok authored Sep 4, 2024
2 parents 3e79923 + 776ee6d commit 37742e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy to Amazon ECS

on:
push:
pull_request:
branches: [ "develop" ]

env:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
CREATE_SECRET: ${{secrets.EDUPI_GATEWAY_DEV_APPLICATION_YML}}
CREATE_SECRET_DIR: src/main/resources
CREATE_SECRET_DIR_FILE_NAME: application.yml
run: echo $CREATE_SECRET > $CREATE_SECRET_DIR/$CREATE_SECRET_DIR_FILE_NAME
run: echo $CREATE_SECRET | base64 --decode > $CREATE_SECRET_DIR/$CREATE_SECRET_DIR_FILE_NAME

- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand Down

0 comments on commit 37742e9

Please sign in to comment.