Skip to content

Commit

Permalink
Merge pull request #126 from bitovi/TR-47-Support-staging-sideload-pl…
Browse files Browse the repository at this point in the history
…ugin-so-we-can-do-testing

update prod deploy
  • Loading branch information
DavidNic11 authored Sep 24, 2024
2 parents 9964e1f + c4ec37a commit b3ab09f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@ jobs:
echo "repo_env file created with CLIENT_COMMIT_SHA=${{ github.sha }} at $(pwd)"
- name: Create Jira Connect
run: npm run create:atlassian-connect
run: |
npm i
npm run create:atlassian-connect
- id: deploy
name: Deploy Prod
if: ${{ github.ref_name == steps.latest_tag.outputs.latest_tag }}
uses: bitovi/[email protected]
with:
checkout: false
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID_JIRA_INTEGRATIONS}}
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY_JIRA_INTEGRATIONS}}
aws_default_region: us-east-1
Expand Down

0 comments on commit b3ab09f

Please sign in to comment.