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

Commit 62d622e

Browse files
fixed service name for bastion
1 parent 26f2310 commit 62d622e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ before_deploy:
2828
deploy:
2929
provider: script
3030
skip_cleanup: true
31-
script: ssh -o StrictHostKeyChecking=no ${BASTION_USER}@${BASTION} ./deploy.sh accounts $COMMIT
31+
script: ssh -o StrictHostKeyChecking=no ${BASTION_USER}@${BASTION} ./deploy.sh user $COMMIT
3232
on:
3333
branch: master

0 commit comments

Comments
 (0)