Welcome.
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# CivilSociety.dev
|
||||
|
||||
## Dev environment
|
||||
|
||||
- Install hugo.
|
||||
- Install dart-sass.
|
||||
|
||||
```bash
|
||||
hugo server
|
||||
```
|
||||
|
||||
## Deploy
|
||||
|
||||
```bash
|
||||
hugo build
|
||||
docker build -t payneio/civilsociety.dev . --file ./Dockerfile
|
||||
docker push payneio/civilsociety.dev
|
||||
kubectl apply -f definition.yml
|
||||
```
|
Reference in New Issue
Block a user