Skip to content

Commit

Permalink
add debug step
Browse files Browse the repository at this point in the history
  • Loading branch information
jvies committed Sep 29, 2022
1 parent 17dcc05 commit 210aa7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ jobs:
sed -i "s/docker.io\/mriedmann\/humhub:stable-phponly/ghcr.io\/${GITHUB_REPOSITORY_OWNER}\/humhub:${GITHUB_REF_NAME_SLUG}-${HUMHUB_VERSION}-phponly/g" docker-compose.prod.yml
- name: Spin up services
run: docker-compose -f docker-compose.prod.yml up -d
- name: Debug
run: |
docker-compose exec -T nginx cat /etc/nginx/nginx.conf
docker-compose logs nginx
- name: Wait
run: sleep 60
- name: Check status
Expand Down

0 comments on commit 210aa7f

Please sign in to comment.