~repos /website
git clone https://pyrossh.dev/repos/website.git
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
94878f99
—
pyrossh 1 month ago
update deploy script
deploy.sh
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
rm -rf dist
|
|
2
|
+
git stash
|
|
2
3
|
bun run build
|
|
4
|
+
git stash pop
|
|
3
5
|
aws s3 sync --delete ./dist/ s3://pyrossh-website
|
|
4
6
|
cd infra && terraform validate && terraform plan && terraform apply -auto-approve
|
|
5
7
|
aws cloudfront create-invalidation --distribution-id E2KFT51L97LWA1 --paths "/*" --no-cli-pager
|