asd-agent

Deploy static web-apps on AWS

Usage no npm install needed!

<script type="module">
  import asdAgent from 'https://cdn.skypack.dev/asd-agent';
</script>

README

npm version Build Status Dependency Status devDependency Status

asd-agent

Deploy static web-apps on AWS

Setup

For update the asd-agent server, you should

npm i -g asd-agent

After 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)