diff --git a/.github/workflows/Backend-CD-Dev.yml b/.github/workflows/Backend-CD-Dev.yml index 89497f1f3..d5d31cc7a 100644 --- a/.github/workflows/Backend-CD-Dev.yml +++ b/.github/workflows/Backend-CD-Dev.yml @@ -66,5 +66,5 @@ jobs: docker run -d -p 8080:8080 --name server \ -e JAVA_OPTS="-XX:InitialRAMPercentage=70.0 -XX:MaxRAMPercentage=70.0" \ -e TZ=Asia/Seoul \ - -e SPRING_PROFILES_ACTIVE=local \ + -e SPRING_PROFILES_ACTIVE=dev \ ${{ secrets.DOCKER_DEV_SERVER_IMAGE }} diff --git a/.github/workflows/Backend-CD-Prod.yml b/.github/workflows/Backend-CD-Prod.yml index a9ce38aa7..5640a3a86 100644 --- a/.github/workflows/Backend-CD-Prod.yml +++ b/.github/workflows/Backend-CD-Prod.yml @@ -17,7 +17,7 @@ jobs: build: needs: test - runs-on: cd + runs-on: [cd, app-a] steps: - name: Checkout @@ -50,7 +50,7 @@ jobs: deploy: needs: build - runs-on: cd + runs-on: [cd, app-a] steps: - name: Change permission diff --git a/backend/pokerogue/src/main/resources b/backend/pokerogue/src/main/resources index 93fd3dfa2..985453eef 160000 --- a/backend/pokerogue/src/main/resources +++ b/backend/pokerogue/src/main/resources @@ -1 +1 @@ -Subproject commit 93fd3dfa20e6c1713afc37b159b6941c67821dc4 +Subproject commit 985453eefb017232bc289886acea1f0eb756d80f