Skip to content

Commit

Permalink
Sync dist with version number to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Nov 18, 2024
1 parent 539a8e4 commit 3db365a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cdn-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ jobs:

- name: Sync files to S3 bucket
run: |
aws s3 sync dist s3://cdn.zigurous.com/css --delete
PACKAGE_VERSION=$(npm pkg get version --workspaces=false | tr -d \")
aws s3 sync dist s3://cdn.zigurous.com/css-styles@$PACKAGE_VERSION/dist --delete
2 changes: 1 addition & 1 deletion dist/index.min.css.map

Large diffs are not rendered by default.

0 comments on commit 3db365a

Please sign in to comment.