diff --git a/bucket.config.js b/deploy.config.js similarity index 100% rename from bucket.config.js rename to deploy.config.js diff --git a/package.json b/package.json index d369c5c..304eae0 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build:webpack:web": "webpack --config webpack.prod-web.js", "build:webpack:prerender": "webpack --config webpack.prod-prerender.js", "build:prerender": "node ./script/__build__/prerender.js", - "deploy": "node ./script/s3-upload.js bucket.config.js", + "deploy": "node ./script/s3-upload.js deploy.config.js", "test": "run-s test:lint 'test:unit --coverage'", "test:unit": "cross-env NODE_ENV=production jest", "test:lint": "eslint --ignore-path .gitignore .",