-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⏪ Restore missing deployment scripts (#252)
* Also updates virtru-sdk
- Loading branch information
1 parent
49656d9
commit c4caabe
Showing
4 changed files
with
91 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Build and deploy to one of develop, staging, or production. | ||
# | ||
# Variables: | ||
# VIRTRU_ENV: Environment to release to | ||
# S3_PATH: path upload contents to on S3 | ||
# BLOCK_DEPLOY: [optional, defaults to true] | ||
|
||
env: | ||
AWS_ACCOUNT_ALIAS: ${AWS_ACCOUNT_ALIAS} | ||
ENVIRONMENT_NAME: ${ENVIRONMENT_NAME} | ||
DEPLOY_ENVIRONMENT_NAME: ${DEPLOY_ENVIRONMENT_NAME} | ||
S3_HOSTNAME: ${S3_HOSTNAME} | ||
TEST_ENVIRONMENT_NAME: ${VIRTRU_ENV} | ||
USE_NODE_16: ${USE_NODE_16:-} | ||
|
||
steps: | ||
- command: 'npm run test-e2e' | ||
label: ':chrome: E2E Tests: $TEST_ENVIRONMENT_NAME' | ||
artifact_paths: 'e2e/reports/*.html' | ||
concurrency: 3 | ||
concurrency_group: 'desktop-chrome-sdk' |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters