Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Sep 25, 2024
1 parent d29f31b commit e290dee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:

- name: Upload Static Files to CDN
uses: "google-github-actions/upload-cloud-storage@v2"
env:
GITHUB_RUN_ID: ${{ env.GITHUB_RUN_ID }}
with:
path: .
destination: "react.microfrontends.app/people/${{ env.GITHUB_RUN_ID }}/"
destination: "react.microfrontends.app/people/$GITHUB_RUN_ID/"

0 comments on commit e290dee

Please sign in to comment.