Skip to content

Commit

Permalink
Merge pull request #28 from bescka/workflows
Browse files Browse the repository at this point in the history
workflows- update envs
  • Loading branch information
BraunRudolf authored Aug 1, 2024
2 parents 8df5574 + 82975fd commit 15968d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
name: Run Pull and Manage Containers
runs-on: ubuntu-latest
env:
AWS_INSTANCE_SG_ID: ${{ AWS_SG_ID }}
AWS_INSTANCE_SG_ID: ${{ secrets.AWS_SG_ID }}
steps:
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v3
with:
aws-access-key-id: ${{AWS_ACCESS_KEY_ID}}
aws-secret-access-key: ${{AWS_SECRET_ACCESS_KEY}}
aws-region: ${{AWS_REGION}}
aws-access-key-id: ${{secrets.AWS_ACCESS_KEY_ID}}
aws-secret-access-key: ${{secrets.AWS_SECRET_ACCESS_KEY}}
aws-region: ${{secrets.AWS_REGION}}
- name: get runner ip address
id: ip
uses: haythem/[email protected]
Expand Down

0 comments on commit 15968d2

Please sign in to comment.