Skip to content

Commit

Permalink
Merge pull request #4 from informatter/backend/i/ci-cd
Browse files Browse the repository at this point in the history
Backend/i/ci cd
  • Loading branch information
informatter authored Mar 15, 2024
2 parents 53e2a1f + 7e90052 commit 390188c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cache: 'poetry' # caching poetry dependencies note: poetry.lock file needs to be present before running poetry install. i.e do not ignore it in the .gitignore file

- name: Install Dependencies
run: poetry install --without dev --no-root
run: poetry install
- name: Run Linting
id: backend_linting_step
run: |
Expand Down Expand Up @@ -79,10 +79,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
#arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:user/github-actions-image-push
role-to-assume: arn:aws:iam::${{secrets.AWS_ACCOUNT_ID}}:role/GithHubActionsInformatter
# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Login to Amazon ECR
Expand Down

0 comments on commit 390188c

Please sign in to comment.