Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit acb9ad2

Browse files
committed
Revise docs for Custom Deployment
1 parent 3bfb1d4 commit acb9ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ deploy:
3131
script: bash _scripts/deploy.sh --public --verbose production
3232
skip_cleanup: true
3333
on:
34-
repo: $TRAVIS_REPO_SLUG
34+
repo: aws-samples/aws-genomics-workflows
3535
branch: release
3636
tags: true
3737
- provider: script
3838
script: bash _scripts/deploy.sh --public --verbose test
3939
skip_cleanup: true
4040
on:
41-
repo: $TRAVIS_REPO_SLUG
41+
repo: aws-samples/aws-genomics-workflows
4242
branch: master

0 commit comments

Comments
 (0)