Skip to content

Commit

Permalink
Run "docker compose up" in detached mode
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok committed Dec 22, 2023
1 parent e275f08 commit 1d35aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
with:
ssh-key: ${{ secrets.CHIS_WEBSITE_SSH_DEPLOY_KEY }}
submodules: recursive
- name: Run "docker compose up" to start NGINX and PHP
run: docker compose up
- name: Run "docker compose up -d" to start NGINX and PHP (detached mode)
run: docker compose up -d
- name: Mirror website to get static pages
run: wget -m -nH -P public http://localhost:8080/{,index-{en,fr}.php}
- name: Setup Pages
Expand Down

0 comments on commit 1d35aba

Please sign in to comment.