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=xxxxxxusage:
- Usage 1
`npx @artisreit/cdn_deploy wellness_teams_tabs_test ./dist`- Usage 2
npm install @artisreit/cdn_deployimport deploy from '@artisreit/cdn_deploy'
deploy("wellness_teams_tabs_test", "./dist").catch((error) => {
console.error("Deployment error:", error);
});