Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckabalan committed Dec 30, 2024
1 parent 5925639 commit 8c5d2e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Branch
on:
push:
branches:
- develop
- main

permissions:
id-token: write
Expand Down Expand Up @@ -47,10 +47,8 @@ jobs:
with:
aws-region: ${{ vars.AWS_DEPLOY_REGION }}
role-to-assume: ${{ vars.AWS_DEPLOY_ROLE_ARN }}
- name: AWS Test
- name: AWS Deploy
run: |
aws sts get-caller-identity
aws s3 ls s3://${{ vars.AWS_DEPLOY_S3_BUCKET_NAME }}
tree ./dist
aws s3 sync ./dist s3://${{ vars.AWS_DEPLOY_S3_BUCKET_NAME }} --delete --dryrun
#//aws cloudfront create-invalidation --distribution-id ${{ vars.AWS_DEPLOY_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
aws s3 sync ./dist s3://${{ vars.AWS_DEPLOY_S3_BUCKET_NAME }} --delete
aws cloudfront create-invalidation --distribution-id ${{ vars.AWS_DEPLOY_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ <h1>Visual Subnet Calculator</h1>
<div class="d-inline-block align-top align-top pt-1 ps-2 d-none" id="colors_word_close" aria-label="Stop Changing Colors"><span>&#171; Stop Changing Colors</span></div>
<div class="d-inline-block align-top pt-1 ps-3" id="copy_url"><span>Copy Shareable URL</span></div>
<div class="d-inline-block align-top pt-1 ps-3" id="whats_new">
<a title="Released 2024-10-15" class="link-success" href="https://github.com/ckabalan/visualsubnetcalc/releases/tag/v1.3.0" target="_blank" aria-label="What's New">v1.3.0 (What's New?)</a>
<a title="Released 2024-12-30" class="link-success" href="https://github.com/ckabalan/visualsubnetcalc/releases" target="_blank" aria-label="What's New">v1.3.1 (What's New?)</a>
</div>
</div>

Expand Down

0 comments on commit 8c5d2e3

Please sign in to comment.