Skip to content

Commit

Permalink
test: try adding back some health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoulard committed May 17, 2023
1 parent dde2b4e commit 0d36dac
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@ jobs:
with:
service_name: 'codimd'
timeout-minutes: 5
# Health-checks-grafana:
# uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
# with:
# sus: 'mkdir -p ./grafana/grafana/ ./grafana/prometheus/data/'
# service_name: 'grafana'
# Health-checks-hits:
# uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
# with:
# sus: 'mkdir -p ./hits/postgresql/data'
# service_name: 'hits'
# Health-checks-hugo:
# uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
# with:
# service_name: 'hugo'
# Health-checks-grafana:
# uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
# with:
# sus: 'mkdir -p ./grafana/grafana/ ./grafana/prometheus/data/'
# service_name: 'grafana'
# Health-checks-hits:
# uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
# with:
# sus: 'mkdir -p ./hits/postgresql/data'
# service_name: 'hits'
# Health-checks-hugo:
# uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
# with:
# service_name: 'hugo'
Health-checks-jackett:
uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
with:
service_name: 'jackett'
# Health-checks-mastodon:
# uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
# with:
# service_name: 'mastodon'
# Health-checks-mastodon:
# uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
# with:
# service_name: 'mastodon'
Health-checks-nextcloud:
uses: 'tomMoulard/make-my-server/.github/workflows/healthcheck.workflow.tmpl.yml@feat/yamllint'
with:
Expand Down

0 comments on commit 0d36dac

Please # to comment.