Skip to content

Commit

Permalink
[CHORE] profile name change from alpha and release to dev and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nogamsung committed Feb 25, 2024
1 parent 9ca8580 commit 3ee9a52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: gs97ahn/server
tags: gabojait-alpha
tags: gabojait-dev
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/master-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: gs97ahn/server
tags: gabojait-release, gabojait-v1.0.0
tags: gabojait-prod, gabojait-v1.0.0
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ api:
spring:
config:
activate:
on-profile: alpha
on-profile: dev

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down Expand Up @@ -288,7 +288,7 @@ s3:
region: ${S3_REGION}

api:
name: "Gabojait Alpha"
name: "Gabojait Dev"
master:
id: gabojait
jwt:
Expand All @@ -307,7 +307,7 @@ api:
spring:
config:
activate:
on-profile: release
on-profile: prod

datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit 3ee9a52

Please sign in to comment.