-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* up: 버전 업데이트 * fix: deprecated된 명령어를 사용해 K8S 배포 안되던 문제 * up: Slack 배포 완료 메세지 업데이트 * del: 환경변수 정보를 가져오는 API endpoint 삭제
- Loading branch information
Showing
6 changed files
with
20 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
|
||
- name: create namespace | ||
run: | | ||
kubectl create namespace ${{ env.NAMESPACE }} --dry-run -o json | kubectl apply -f - | ||
kubectl create namespace ${{ env.NAMESPACE }} --dry-run=client -o json | kubectl apply -f - | ||
- name: aks apply object | ||
uses: Azure/[email protected] | ||
|
@@ -57,3 +57,4 @@ jobs: | |
uses: rtCamp/action-slack-notify@v2 | ||
env: | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | ||
SLACK_MESSAGE: ${{ github.repository }}가 ${{ env.NAMESPACE }} 환경에 배포되었습니다 🚀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
|
||
- name: create namespace | ||
run: | | ||
kubectl create namespace ${{ env.NAMESPACE }} --dry-run -o json | kubectl apply -f - | ||
kubectl create namespace ${{ env.NAMESPACE }} --dry-run=client -o json | kubectl apply -f - | ||
- name: aks apply object | ||
uses: Azure/[email protected] | ||
|
@@ -54,3 +54,4 @@ jobs: | |
uses: rtCamp/action-slack-notify@v2 | ||
env: | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | ||
SLACK_MESSAGE: ${{ github.repository }}가 ${{ env.NAMESPACE }} 환경에 배포되었습니다 🚀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
|
||
- name: create namespace | ||
run: | | ||
kubectl create namespace ${{ env.NAMESPACE }} --dry-run -o json | kubectl apply -f - | ||
kubectl create namespace ${{ env.NAMESPACE }} --dry-run=client -o json | kubectl apply -f - | ||
- name: aks apply object | ||
uses: Azure/[email protected] | ||
|
@@ -56,3 +56,4 @@ jobs: | |
uses: rtCamp/action-slack-notify@v2 | ||
env: | ||
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | ||
SLACK_MESSAGE: ${{ github.repository }}가 ${{ env.NAMESPACE }} 환경에 배포되었습니다 🚀 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters