mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-24 08:52:36 +02:00
.. | ||
public | ||
specs | ||
src | ||
.babelrc | ||
.eslintrc.json | ||
babel-jest.config.json | ||
index.d.ts | ||
jest.config.js | ||
next-env.d.ts | ||
next.config.js | ||
prod.package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.spec.json |
Before deploying
Make sure prod.package.json
is up to date on packages from the root package.json
Deploying
docker build -t eu.gcr.io/factorio-sites/blueprints --file blueprints.Dockerfile .
docker push eu.gcr.io/factorio-sites/blueprints
Testing deployment locally
docker run --rm -p 3000:3000 eu.gcr.io/factorio-sites/blueprints
windows env
create a .env.local
with
GOOGLE_APPLICATION_CREDENTIALS="D:\git\factorio-sites\credentials\factorio-sites.json"