Skip to content

tamucybersec/cybr.club

Repository files navigation

The Official Website for Texas A&M Cybersecurity Club

Email Header Analyzer Demo

Discord Twitter Follow Instagram Follow LinkedIn Follow

GitHub

How to Deploy

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:

  1. Install the AWS CLI
  2. Configure your CLI using aws configure and feed it the credentials from the accessKeys.csv
  3. 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

Archive