Skip to content

Commit 521e578

Browse files
authored
v0.0.1-alpha-SNAPSHOT-20250827.3
Release snapshot
2 parents 3147750 + 79347b9 commit 521e578

File tree

2 files changed

+25
-27
lines changed

2 files changed

+25
-27
lines changed

.github/workflows/deploy-java.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -47,28 +47,28 @@ jobs:
4747
4848
docker image prune -f
4949
50-
# - name: Send Discord notification - Success
51-
# if: success()
52-
# uses: Ilshidur/action-discord@master
53-
# env:
54-
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
55-
# with:
56-
# args: |
57-
# **배포 성공**
58-
# **Repository:** ${{ env.REPO_LC }}
59-
# **Tag:** ${{ github.ref_name }}
60-
# **Server:** ${{ secrets.SERVER_HOST }}
61-
# **Status:** Success!
62-
#
63-
# - name: Send Discord notification - Failure
64-
# if: failure()
65-
# uses: Ilshidur/action-discord@master
66-
# env:
67-
# DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
68-
# with:
69-
# args: |
70-
# **배포 실패**
71-
# **Repository:** ${{ env.REPO_LC }}
72-
# **Tag:** ${{ github.ref_name }}
73-
# **Error:** 배포 중 오류가 발생했습니다.
74-
# **Check:** ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
50+
- name: Send Discord notification - Success
51+
if: success()
52+
uses: Ilshidur/action-discord@master
53+
env:
54+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
55+
with:
56+
args: |
57+
**배포 성공**
58+
**Repository:** ${{ env.REPO_LC }}
59+
**Tag:** ${{ github.ref_name }}
60+
**Server:** ${{ secrets.SERVER_HOST }}
61+
**Status:** Success!
62+
63+
- name: Send Discord notification - Failure
64+
if: failure()
65+
uses: Ilshidur/action-discord@master
66+
env:
67+
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
68+
with:
69+
args: |
70+
**배포 실패**
71+
**Repository:** ${{ env.REPO_LC }}
72+
**Tag:** ${{ github.ref_name }}
73+
**Error:** 배포 중 오류가 발생했습니다.
74+
**Check:** ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

docker/production/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ services:
77
restart: always
88
ports:
99
- "80:8080"
10-
env_file:
11-
- .env
1210
networks:
1311
- app-network
1412

0 commit comments

Comments
 (0)