docker-compose up
docker-compose up
npm run dev
export REMOTE_IP=<REMOTE_IP>
export SSHKEYLOCATION=<SSHKEYLOCATION>
export BACKEND_IMAGE=<IMAGE_NAME>
export FRONTEND_IMAGE=<IMAGE_NAME>
-
push to github main repo
-
github action: auto create FRONTEND and BACKEND images
-
github action: auto push to Google Container Registry
-
setup server env with make command
- make deploy-all-script
- make deploy-setup
- deploy-production
** When need to deploy new images
- make update-containers