Skip to content

Commit

Permalink
Simplify aws deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
e-mit committed May 13, 2024
1 parent e6bdad1 commit ff5561f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Wait for all workflows to pass
run: |
export GITHUB_SHA=${{ github.sha }}
export REPO_PATH=${{ github.repository }}
export GH_TOKEN=${{ secrets.GH_PAT }}
pip install -r requirements.txt
pip install -r test_requirements.txt
python .github/wait_for_workflow_artifacts.py aws-deploy
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit ff5561f

Please sign in to comment.