update readme #1
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Nix CLIC
|
# NixiN Web
|
||||||
|
|
||||||
|
|
||||||
## Building the web site
|
## Building the web site
|
||||||
|
@ -9,3 +9,6 @@ npm run docs:dev
|
||||||
|
|
||||||
## Manually deploying to a server
|
## Manually deploying to a server
|
||||||
pushd .vitepress/dist/ ; echo "put -r *" | sftp -b - -N user@server.domain.tld:www ; popd
|
pushd .vitepress/dist/ ; echo "put -r *" | sftp -b - -N user@server.domain.tld:www ; popd
|
||||||
|
|
||||||
|
## Automatically deploying to a server
|
||||||
|
check the action in .forgejo/workflows/deploy.yaml
|
||||||
|
|
Loading…
Reference in a new issue