Skip to content

Commit

Permalink
Only upload index.html to edge (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k authored Sep 27, 2023
1 parent de2548f commit 8404486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
out_dir: fix-ui
source: target

- name: Update the edge version to the CDN
- name: Update the edge version on the CDN
uses: BetaHuhn/do-spaces-action@v2
with:
access_key: ${{ secrets.FIX_UI_DO_SPACES_KEY }}
secret_key: ${{ secrets.FIX_UI_DO_SPACES_SECRET }}
space_name: ${{ secrets.FIX_UI_DO_SPACE_NAME }}
space_region: ${{ secrets.FIX_UI_DO_SPACE_REGION }}
out_dir: fix-ui/edge
source: target/${{ github.sha }}
source: target/${{ github.sha }}/index.html

- name: Create a patch with the new version
# writes the file with a config map definition
Expand Down

0 comments on commit 8404486

Please sign in to comment.