Skip to content

Commit

Permalink
Merge pull request #11 from rahuls512/three-tier-project
Browse files Browse the repository at this point in the history
updated ssh private key path
  • Loading branch information
rahuls512 committed Jul 11, 2023
2 parents 5c9be45 + 833c7c9 commit 57fbbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Provision three tier architecture using terraform

on:
workflow_dispatch:
# push:
# branches: [main]
push:
branches: [main]

jobs:
provision-three-tier:
runs-on: ubuntu-latest
env:
TF_VAR_mykey: ${{ secrets.ssh_private_key }}
TF_VAR_awskey01: ${{ secrets.ssh_private_key }}
AWS_ACCESS_KEY_ID: ${{ secrets.aws_access_key }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.aws_secret_key }}
TF_VAR_db_user_name: ${{ secrets.db_user_name }}
Expand Down

0 comments on commit 57fbbb1

Please sign in to comment.