Skip to content

Commit

Permalink
refactor : ci-cd cloud.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GaBaljaintheroom committed Jul 20, 2024
1 parent ade17a3 commit 632be8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/showpot-dev-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- develop
pull_request:
branches:
- develop

jobs:
build-and-deploy:
Expand Down Expand Up @@ -35,8 +32,8 @@ jobs:
run:
echo $ACCESS_KEY > ./app/src/main/resources/application-dev.yml
echo $SECRET_KEY > ./app/src/main/resources/application-dev.yml
echo $REGION > ./app/src/main/resources/application-dev.yml
echo $BUCKET > ./app/src/main/resources/application-dev.yml
echo $REGION > ./app/src/main/resources/application-cloud-dev.yml
echo $BUCKET > ./app/src/main/resources/application-cloud-dev.yml

- name: Build with Gradle Wrapper
run: ./gradlew clean build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/showpot-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run:
echo $ACCESS_KEY > ./app/src/main/resources/application-dev.yml
echo $SECRET_KEY > ./app/src/main/resources/application-dev.yml
echo $REGION > ./app/src/main/resources/application-dev.yml
echo $BUCKET > ./app/src/main/resources/application-dev.yml
echo $REGION > ./app/src/main/resources/application-cloud-dev.yml
echo $BUCKET > ./app/src/main/resources/application-cloud-dev.yml

- name: Build with Gradle Wrapper
run: ./gradlew clean build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/showpot-prod-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
run:
echo $ACCESS_KEY > ./app/src/main/resources/application-prod.yml
echo $SECRET_KEY > ./app/src/main/resources/application-prod.yml
echo $REGION > ./app/src/main/resources/application-prod.yml
echo $BUCKET > ./app/src/main/resources/application-prod.yml
echo $REGION > ./app/src/main/resources/application-cloud-prod.yml
echo $BUCKET > ./app/src/main/resources/application-cloud-prod.yml

- name: Build with Gradle Wrapper
run: ./gradlew clean build
Expand Down

0 comments on commit 632be8b

Please sign in to comment.