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)
- Host: GitHub
- URL: https://github.com/willmcpherson2/willmcpherson2.com
- Owner: willmcpherson2
- License: mit
- Created: 2023-08-01T07:17:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T10:08:11.000Z (over 1 year ago)
- Last Synced: 2024-07-18T12:41:37.752Z (over 1 year ago)
- Topics: google-cloud, nginx, nix
- Language: Nix
- Homepage: http://willmcpherson2.com
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```