An open API service indexing awesome lists of open source software.

https://github.com/willmcpherson2/willmcpherson2.com

My personal website (blog, demos, services)
https://github.com/willmcpherson2/willmcpherson2.com

google-cloud nginx nix

Last synced: 12 months ago
JSON representation

My personal website (blog, demos, services)

Awesome Lists containing this project

README

          

# [willmcpherson2.com](http://willmcpherson2.com)

## Log in

```sh
gcloud auth login
gcloud config set project willmcpherson2
gcloud compute ssh --zone "australia-southeast2-a" "willmcpherson2" --project "willmcpherson2"
```

## Set up Nix on Google Compute Engine

```sh
./bin/setup.sh
```

## Set up keys for nix-copy-closure

```sh
./bin/keys.sh
```

## Deploy

```sh
./bin/deploy.sh
```