1.2.0 • Published 10 years ago
asd-agent v1.2.0
asd-agent
Deploy static web-apps on AWS
Setup
For update the asd-agent server, you should
npm i -g asd-agentAfter that, you should stop the forever daemon
forever stop "id"setup the environment variables:
export S3_BUCKET="S3_BUCKET"
export SNS_TOPIC_ARN="SNS_TOPIC_ARN"and start the updated asd-agent
forever start $(which asd-agent)