/PersonalWebsite

My personal website.

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

PersonalWebsite

My personal website.

Deploy

Deploy using Github Actions and Google Cloud Run.

In order to deploy, a tag must be created and pushed:

$ git tag -a "..." -m "..."
$ git push origin "..."

Required Software (for development)

  1. Docker
  2. Java
  3. Maven

Testing

$ mvn clean test

Running

Build

$ mvn clean package

Run

java -jar target/personalwebsite.jar