Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 595 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 595 Bytes

arcping

A serverless function built with architect that checks for a valid SSL certificate.

Install

npm install @architect/workflows

npm install

Run

export AWS_PROFILE=YOUR_PROFILE

export AWS_REGION=YOUR_AWS_REGION

npx create

Deploy

npx env production SITE example.site

npx env production SENDEMAIL [email protected]

npx env production RECEIVEEMAIL [email protected]

npx env production SENDPASSWORD example

export ARC_DEPLOY=production

Run this to update and install all the node_modules in src/: npx hydrate

npx deploy