Skip to content

Commit

Permalink
💚 Merging CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
aliberts committed Nov 24, 2023
1 parent 8343b66 commit a7bdacc
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
jobs:
ExportDependencies:
Deploy:
runs-on: ubuntu-latest
steps:
- name: Git clone the repository
Expand All @@ -28,13 +28,6 @@ jobs:
cache: 'poetry'
- name: Export requirements.txt
run: poetry export -f requirements.txt --output requirements.txt --without-hashes

AssumeRoleAndPush:
needs: ExportDependencies
runs-on: ubuntu-latest
steps:
- name: Git clone the repository
uses: actions/checkout@v4
- name: Configure aws credentials
uses: aws-actions/[email protected]
with:
Expand Down

0 comments on commit a7bdacc

Please sign in to comment.