Skip to content

Commit

Permalink
🔀 :: 기존 workflow 삭제 및 CloudConfig URL 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongho1209 committed Sep 6, 2023
1 parent 71dec8c commit ebaa37f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 145 deletions.
73 changes: 0 additions & 73 deletions .github/workflows/prod-build.yaml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/stag-build.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/xquare-deployment-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
PROFILE=prod
CLOUD_CONFIG_USERNAME=${{secrets.CLOUD_CONFIG_USERNAME}}
CLOUD_CONFIG_PASSWORD=${{secrets.CLOUD_CONFIG_PASSWORD}}
CLOUD_CONFIG_IMPORT_URL=${{secrets.CLOUD_CONFIG_IMPORT_URL}}
1 change: 0 additions & 1 deletion .github/workflows/xquare-deployment-stag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
PROFILE=stag
CLOUD_CONFIG_USERNAME=${{secrets.CLOUD_CONFIG_USERNAME}}
CLOUD_CONFIG_PASSWORD=${{secrets.CLOUD_CONFIG_PASSWORD}}
CLOUD_CONFIG_IMPORT_URL=${{secrets.CLOUD_CONFIG_IMPORT_URL}}
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ ARG CLOUD_CONFIG_USERNAME
ENV CLOUD_CONFIG_USERNAME ${CLOUD_CONFIG_USERNAME}
ARG CLOUD_CONFIG_PASSWORD
ENV CLOUD_CONFIG_PASSWORD ${CLOUD_CONFIG_PASSWORD}
ARG CLOUD_CONFIG_IMPORT_URL
ENV CLOUD_CONFIG_IMPORT_URL ${CLOUD_CONFIG_IMPORT_URL}
ARG PROFILE
ENV PROFILE ${PROFILE}

Expand Down

0 comments on commit ebaa37f

Please sign in to comment.