0.0.14 • Published 2 years ago
@artisreit/cdn_deploy v0.0.14
Config
# the content of .env
CDN_WEBSITE_Account_Name=xxxxxx
CDN_WEBSITE_Account_Key=xxxxxx
usage:
- Usage 1
`npx @artisreit/cdn_deploy wellness_teams_tabs_test ./dist`
- Usage 2
npm install @artisreit/cdn_deploy
import deploy from '@artisreit/cdn_deploy'
deploy("wellness_teams_tabs_test", "./dist").catch((error) => {
console.error("Deployment error:", error);
});