Skip to content

Commit

Permalink
Update deploy-microservices.yml for build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie authored Nov 9, 2024
1 parent de21be6 commit 8bcba22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:

- name: Build API microservice image
run: |
rm api/spec/openapi_3_1_0_generated.yaml
rm -f api/spec/openapi_3_1_0_generated.yaml
python -B api/openapi_spec.py
sudo rm -r api/__pycache__
sudo rm -rf api/__pycache__
docker-compose build api
- name: Deploy API microservice container to GHCR
Expand All @@ -84,7 +84,7 @@ jobs:

- name: Build worker microservice image
run: |
sudo rm -r worker/__pycache__
sudo rm -rf worker/__pycache__
docker-compose build worker
- name: Deploy worker microservice container to GHCR
Expand Down

0 comments on commit 8bcba22

Please sign in to comment.