Skip to content

Commit 999bf83

Browse files
committed
204
1 parent 821e6dc commit 999bf83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Redeploy Dev Service
8282
run: |
8383
RESPONSE=$(curl -s -o response.txt -w "%{http_code}" -X POST ${{ secrets.PORTAINER_DEV_SERVICE_WEBHOOK }})
84-
if [ "$RESPONSE" -ne 200 ]; then
84+
if [ "$RESPONSE" -ne 204 ]; then
8585
echo "❌ Deployment failed! HTTP Response: $RESPONSE"
8686
cat response.txt # 오류 메시지 출력 (필요 시)
8787
exit 1

0 commit comments

Comments
 (0)