Skip to content

Commit

Permalink
Deploy GHR
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Feb 6, 2025
1 parent 6d5a3fd commit 9b742d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-ghr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# tf_state_file_name_append: github-runner

- id: deploy2
uses: bitovi/github-actions-deploy-github-runner-to-ec2@Upgrade-commons-version
uses: bitovi/github-actions-deploy-github-runner-to-ec2@v0.1.4
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_SANDBOX}}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_SANDBOX}}
Expand All @@ -75,5 +75,5 @@ jobs:
repo_url: https://github.com/Bitovi/devops-trainin-ec2-gha-example
repo_access_token: ${{ secrets.THIS_REPO_RUNNER_TOKEN }}

tf_stack_destroy: true
tf_stack_destroy: false
tf_state_bucket_destroy: true

0 comments on commit 9b742d1

Please sign in to comment.