Skip to content

Commit

Permalink
Merge fd88b4c into 43fd481
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Mar 21, 2023
2 parents 43fd481 + fd88b4c commit 6c98594
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-happy-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ jobs:
else
echo "DEPLOYMENT_STAGE=dev" >> $GITHUB_ENV
fi
- name: Install happy client
uses: chanzuckerberg/github-actions/.github/actions/[email protected]
- name: Update deployment
uses: chanzuckerberg/github-actions/.github/actions/deploy-happy-stack@v1.2.1
uses: chanzuckerberg/github-actions/.github/actions/deploy-happy-stack@deploy-happy-stack-v1.7.2
with:
tfe-token: ${{ secrets.TFE_TOKEN }}
stack-name: explorer-${{ env.DEPLOYMENT_STAGE }}stack
happy_version: "0.19.1"
create-tag: "true"
env: ${{ env.DEPLOYMENT_STAGE }}
env: ${{ env.DEPLOYMENT_STAGE }}
happy_version: "0.59.0"
4 changes: 2 additions & 2 deletions .github/workflows/push-rdev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
registry: ${{ secrets.ECR_REPO }}
- uses: actions/checkout@v2
- name: Install happy
uses: chanzuckerberg/github-actions/.github/actions/install-happy@install-happy-v1.2.1
uses: chanzuckerberg/github-actions/.github/actions/install-happy@install-happy-v1.4.2
with:
happy_version: "0.25.0"
happy_version: "0.59.0"
- name: Build component
shell: bash
run: |
Expand Down

0 comments on commit 6c98594

Please sign in to comment.