Skip to content

Commit 3dcebcf

Browse files
authored
Merge pull request #25 from ThuyNT13/github-actions
GitHub actions
2 parents a9dacd9 + 5ed6523 commit 3dcebcf

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/aws.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ permissions:
99
id-token: write # required for requesting the JWT for OpenID Connect (OIDC)
1010
contents: read # required for actions/checkout
1111

12-
concurrency:
13-
group: ci-${{ github.workflow }}-${{ github.ref_name }}
14-
cancel-in-progress: true
15-
1612
jobs:
1713
deploy:
1814
runs-on: ubuntu-slim
@@ -40,9 +36,3 @@ jobs:
4036
--exclude ".github/*" \
4137
--exclude "README.md" \
4238
--exclude "LICENSE"
43-
44-
- name: invalidate CloudFront cache
45-
run: |
46-
aws cloudfront create-invalidation \
47-
--distribution-id ${{ vars.CF_DISTRIBUTION_ID }} \
48-
--paths "/*"

0 commit comments

Comments
 (0)