Skip to content

Commit

Permalink
fix(ci): Remove healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
munshkr committed Mar 17, 2024
1 parent bfaada6 commit 24371f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
- name: Restart server
run: ssh prod 'sudo systemctl restart flok && sleep 5 && sudo systemctl status flok'

- name: Healthcheck
run: curl -I https://flok.cc/ | grep "200 OK" || exit 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

0 comments on commit 24371f8

Please sign in to comment.