Skip to content

Commit

Permalink
Merge pull request #15 from OriginalByteMe/feature/optimizations
Browse files Browse the repository at this point in the history
Update deployment order in ci-cd.yml
  • Loading branch information
OriginalByteMe authored Nov 22, 2023
2 parents 7dfced8 + 1991005 commit 79feed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
- name: Deploy cutout generator job
run: |
cd app
modal deploy grounded_cutouts.py --env ${{ steps.vars.outputs.environment }}
modal deploy --env ${{ steps.vars.outputs.environment }} grounded_cutouts.py
- name: Deploy s3_handler job
run: |
cd app/s3_handler
modal deploy app.py --env ${{ steps.vars.outputs.environment }}
modal deploy --env ${{ steps.vars.outputs.environment }} app.py

0 comments on commit 79feed8

Please sign in to comment.