Skip to content

Commit

Permalink
Fixed dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-kondratov committed Aug 19, 2024
1 parent fde6d1e commit 5cd1559
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
cd $out_dir
docker compose up --detach --pull always --quiet-pull --remove-orphans --wait --wait-timeout 60
deploy-prod:
needs:
- build
- deploy-test
runs-on: [host, ARM64]
environment: prod
steps:
Expand Down

0 comments on commit 5cd1559

Please sign in to comment.