Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sondre Malerud committed Mar 16, 2025
1 parent 4766f96 commit ca6be79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
cd $GITHUB_WORKSPACE
docker compose -f $COMPOSE_FILE --verbose config && printf "OK\n" || exit 1
- name: Pull docker image
run: docker compose -f $COMPOSE_FILE pull

- name: Build and run docker image
run: docker compose -f $COMPOSE_FILE up --force-recreate --build -d

Expand Down

0 comments on commit ca6be79

Please sign in to comment.