We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821e6dc commit 999bf83Copy full SHA for 999bf83
.github/workflows/github-action.yaml
@@ -81,7 +81,7 @@ jobs:
81
- name: Redeploy Dev Service
82
run: |
83
RESPONSE=$(curl -s -o response.txt -w "%{http_code}" -X POST ${{ secrets.PORTAINER_DEV_SERVICE_WEBHOOK }})
84
- if [ "$RESPONSE" -ne 200 ]; then
+ if [ "$RESPONSE" -ne 204 ]; then
85
echo "❌ Deployment failed! HTTP Response: $RESPONSE"
86
cat response.txt # 오류 메시지 출력 (필요 시)
87
exit 1
0 commit comments