Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL authored Nov 28, 2023
1 parent 2be89ea commit dc13204
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- id: deploy
name: Deploy
uses: bitovi/[email protected].2
uses: bitovi/[email protected].6
with:
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_JIRA_INTEGRATIONS}}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_JIRA_INTEGRATIONS}}
Expand All @@ -30,6 +30,9 @@ jobs:
domain_name: bitovi-jira.com
app_port: 3000

tf_state_bucket_destroy: true
stack_destroy: true

- if: ${{ steps.deploy.outputs.vm_url != '' }}
name: Print result created
run: |
Expand Down

0 comments on commit dc13204

Please sign in to comment.