1.0.0 • Published 2 years ago
@fplan/deploy v1.0.0
@fplan/deploy
A tool to deploy plans as *.fplan.io website.
Example package.json script:
"scripts": {
"deploy": "node ./node_modules/@fplan/deploy dist expo123",
},
"devDependencies": {
"@fplan/deploy": "workspace:*",
},This will update expo123.fplan.io with the content of dist folder.
.env requirement
.env file should be present and contain the following variables:
DEPLOY_AWS_ACCESS_KEY_ID=xxx
DEPLOY_AWS_SECRET_ACCESS_KEY=xxx1.0.0
2 years ago