Skip to content

Commit

Permalink
Update deploy-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaDanylevska committed Feb 21, 2024
1 parent 02146ad commit 4f9a88c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_EC2_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_EC2_SECRET_ACCESS_KEY }}
aws-region: eu-west-2
# - name: Set AWS credentials
# uses: aws-actions/configure-aws-credentials@v1
# with:
# aws-access-key-id: ${{ secrets.AWS_EC2_ACCESS_KEY_ID }}
# aws-secret-access-key: ${{ secrets.AWS_EC2_SECRET_ACCESS_KEY }}
# aws-region: eu-west-2

- name: Check SSH Connection
run: |
Expand Down

0 comments on commit 4f9a88c

Please sign in to comment.