diff --git a/README.md b/README.md index e72d201..ba125c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Nix CLIC +# NixiN Web ## Building the web site @@ -9,3 +9,6 @@ npm run docs:dev ## Manually deploying to a server 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