Skip to content

Commit

Permalink
Publish step renames
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Jul 7, 2024
1 parent 7ae6569 commit de90fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Download Matrix Artifacts
uses: actions/download-artifact@v3

- name: Publish Frontend
- name: Publish Website
run: .github/workflows/frontend-publish.sh
env:
CF_DISTRIBUTION: ${{ secrets.FRONTEND_PROD_CF_DISTRIBUTION }}
CF_DISTRIBUTION: ${{ secrets.STAKING_PROD_CF_DISTRIBUTION }}
DRY_RUN: ${{ steps.aws-context.outputs.dry-run }}
S3_BUCKET: ${{ secrets.FRONTEND_PROD_S3_BUCKET }}
S3_BUCKET: ${{ secrets.STAKING_PROD_S3_BUCKET }}

0 comments on commit de90fe2

Please sign in to comment.