This website is built using Docusaurus, a modern static website generator.
https://github.com/marvin-season/registry-template/
yarn install
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn build
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.
auto deploy when push to main branch
look up .github/workflows/deploy.yml
config ssh
Host fuelstack
HostName fuelstack.icu
User username
IdentityFile ~/.ssh/private.pem
IdentitiesOnly yes
ssh fuelstack执行测试连接
./deploy.sh
Errors You May Encounter:
-
Permission denied (publickey).
- Please check whether your private key is correct and that your account has permission to access the server.
- Try using
sudo xxxif necessary.
-
Docker error: "Error response from daemon: network not found"
- Please check your Docker networks, or create one with:
docker network create common_network
- Please check your Docker networks, or create one with: