Skip to content

cjhawley/PersonalWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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