Skip to content

Commit 995c872

Browse files
committed
deploy script gets domain as argument
1 parent d5cc7ec commit 995c872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.no.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- stage: deploy
1010
install:
1111
- ./travis/install.sh
12-
script: ./travis/deploy.sh
12+
script: ./travis/deploy.sh ${{ secrets.HKUBE_DOMAIN_RAW }}
1313
- stage: test
1414
install:
1515
- ./travis/install.sh

0 commit comments

Comments
 (0)