Skip to content

Commit

Permalink
Merge pull request #43 from virtual-labs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
raj-vlabs authored Oct 10, 2024
2 parents d22d06a + 0ad2ed2 commit 5ffb50a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deployment-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

env:
VLABS_BUILD_ENV: PROD
# VLABS_BUIL_ENV differentiates between a build for the testing branch (deployed on
# Github pages and one for main branch (deployed on AWS). Defaults to TEST

permissions:
contents: read
Expand Down Expand Up @@ -41,3 +43,8 @@ jobs:
run: |
aws s3 sync ./dist s3://vlead.vlabs.ac.in --delete
# astro builds to ./dist by default

- name: invalidate cloudfront cache
run: |
aws cloudfront create-invalidation --distribution-id EB6SJZ5JVYU6T --paths "/*" "/"

0 comments on commit 5ffb50a

Please sign in to comment.