We use AWS S3 Buckets to host the website. To deploy the latest build of the astro site to the bucket, you must do the following:
- Install the AWS CLI
- Configure your CLI using
aws configure
and feed it the credentials from the accessKeys.csv - Deploy the build using
aws s3 cp dist/ s3://cybr.club/ --recursive
OR
- If you've already configured everything and know it works, just run
npm run deploy
- Previously, the website was deployed using CodePipeline from AWS