yarn install && yarn env
yarn start
yarn prod
yarn build
yarn rm
yarn lint
yarn fix
docker network create traefik
docker compose --env-file .env.local up
SSH_DEPLOY_PRIVATE_KEY
- e.g.AAAwEAA ...
[GitHub action]https://github.com/kokkekpek/vendee-example-web/actions/workflows/build-and-deploy.yaml)
flowchart TD
%% Traefik
traefik(traefik)-->|traefik|vendee-example-web-nginx(NGINX)
subgraph Vendee example
vendee-example-web-nginx
end