1
0
mirror of https://github.com/barthuijgen/factorio-sites.git synced 2025-02-03 14:01:50 +02:00
..
2020-10-16 19:37:34 +02:00
2020-10-16 19:37:34 +02:00
2020-10-16 19:37:34 +02:00

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 tag eu.gcr.io/factorio-sites/blueprints eu.gcr.io/factorio-sites/blueprints:dev docker push eu.gcr.io/factorio-sites/blueprints

windows env

create a .env.local with

GOOGLE_APPLICATION_CREDENTIALS="D:\git\factorio-sites\credentials\factorio-sites.json"