Skip to content

Commit

Permalink
change aws account
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessacor committed Jan 18, 2025
1 parent 4775c5e commit e2f9e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Build application
run: npm run build
- name: Deploy to S3
run: aws s3 sync dist/ s3://vanessapoppe.me --acl public-read
run: aws s3 sync dist/ s3://vanessapoppe-me-prod --acl public-read
- name: Create CloudFront invalidation
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.DISTRIBUTION_ID }} --paths "/*"
4 changes: 2 additions & 2 deletions src/components/blog/BlogSideBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const tagsElement = tags.map((tag) => ({ label: tag, url: `/tags/${tag}` }));
<span>
<a
data-external="external"
href="https://search.worldcat.org/title/1411208710"
href="https://search.worldcat.org/title/123113472"
>
E a noite roda
Giovanni's room
</a>
</span>
</li>
Expand Down

0 comments on commit e2f9e88

Please sign in to comment.