Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leonief authored and GitHub Enterprise committed Mar 17, 2025
1 parent 865cecc commit 84e6914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:
- name: Check status of config file
run: |
echo "Using compose file: $COMPOSE_FILE"
docker compose version
sudo docker compose version
cd $GITHUB_WORKSPACE
docker compose -f $COMPOSE_FILE config && echo "Compose file is valid" || exit 1
sudo docker compose -f $COMPOSE_FILE config && echo "Compose file is valid" || exit 1
- name: Build and run docker image
run: |
Expand Down

0 comments on commit 84e6914

Please sign in to comment.