Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update Dalichecklist.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nabad600 authored Feb 3, 2024
1 parent cd5574c commit 26650ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Dalichecklist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Web site test
run: |
# sh /home/ubuntu/script/curl-check.sh url "http://localhost:35399" stack-name "Django"
#curl -i http://localhost:35399
curl -i http://localhost:35399
- name: Destroy container and file
run: |
docker-compose down
Expand All @@ -28,7 +28,7 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v1.24.0
# https://api.slack.com/apps/<your-app-id>/incoming-webhooks
if: ${{ SUCCESS() }}
if: ${{ failure() }}
with:
channel-id: '#github_action_status' # slack channel #alerts-test
payload: |
Expand Down

0 comments on commit 26650ac

Please sign in to comment.