~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git
Discussions: https://groups.google.com/g/rust-embed-devs

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


94878f99 pyrossh

2 months ago
update deploy script
Files changed (1) hide show
  1. deploy.sh +2 -0
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