Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 252 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 252 Bytes

IVAucher

Deployment

On GitHub Pages:

yarn run build
yarn run deploy

On Docker Hub:

docker tag ivaucher-frontend_app:latest doublebyte/ivaucher-frontend:latest
docker push doublebyte/ivaucher-frontend:latest