/html-canary

a demonstration of Pay Theory JavaScript SDK

Primary LanguageHTMLMIT LicenseMIT

html-canary

A demonstration page of Pay Theory JavaScript SDK

Codacy Badge

Initial Deployment

Replace values of these variables and export local environment variables in your cli

export TARGET_REGION=AWS_REGION ;
export TARGET_ACCOUNT_ID=ACCOUNT_NUMBER;
export PARTNER=PARTNER_NAME
export GITHUB_ACCESS_TOKEN=GITHUB_ACCESS_TOKEN
export STAGE=STAGE
export SERVICE_TYPE=SERVICE_TYPE
export SERVICE_NAME=SERVICE_NAME
export TARGET_MODE=standard

Run bash shell commands in buildspec.yml

bash shell/01_prepare.sh $PARTNER $STAGE $SERVICE_TYPE $SERVICE_NAME $GITHUB_ACCESS_TOKEN $TARGET_MODE
bash shell/02_deploy.sh $PARTNER $STAGE $SERVICE_TYPE $SERVICE_NAME $TARGET_MODE