Skip to content

Commit

Permalink
chore: dev 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 3, 2025
1 parent 1ff64be commit 8aa2c3c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 74 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/aws-cicd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- develop
- chore/LA-33
pull_request:
branches:
- develop
- chore/LA-33
env:
REGISTRY: "docker.io"
NAMESPACE: "clean01"
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches:
- main
- chore/LA-33
# - chore/LA-33
pull_request:
branches:
- main
- chore/LA-33
# - chore/LA-33

env:
REGISTRY: "docker.io"
Expand All @@ -25,8 +25,6 @@ jobs:
deploy_target: ${{ steps.set-env.outputs.DEPLOY_TARGET }}

steps:


- name: Setup Env
id: set-env
run: |
Expand Down
66 changes: 0 additions & 66 deletions layer-api/infra/development/application.yml

This file was deleted.

4 changes: 2 additions & 2 deletions layer-api/infra/development/nginx.blue.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ http {
# api.layerapp.io에 대한 서버 블록
server {
listen 80;
server_name api.layerapp.io;
server_name stgapi.layerapp.io;

location / {
proxy_pass http://layer-api;
Expand All @@ -26,7 +26,7 @@ http {
# admin.api.layerapp.io에 대한 서버 블록
server {
listen 80;
server_name admin-prod.layerapp.io;
server_name admin-dev.layerapp.io;

location / {
proxy_pass http://layer-admin;
Expand Down
4 changes: 2 additions & 2 deletions layer-api/infra/development/nginx.green.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ http {
# api.layerapp.io에 대한 서버 블록
server {
listen 80;
server_name api.layerapp.io;
server_name stgapi.layerapp.io;

location / {
proxy_pass http://layer-api;
Expand All @@ -26,7 +26,7 @@ http {
# admin.api.layerapp.io에 대한 서버 블록
server {
listen 80;
server_name admin-prod.layerapp.io;
server_name admin-dev.layerapp.io;

location / {
proxy_pass http://layer-admin;
Expand Down

0 comments on commit 8aa2c3c

Please sign in to comment.