ci: entrypoint script wants subcommands
This commit is contained in:
parent
681d60f533
commit
a6e04d06c2
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mkdir -p /home/node/.ssh
|
- mkdir -p /home/node/.ssh
|
||||||
- echo -e "$TRITON_SSH_KEY" > /home/node/.ssh/id_rsa
|
- echo -e "$TRITON_SSH_KEY" > /home/node/.ssh/id_rsa
|
||||||
- /usr/local/bin/docker-entrypoint.sh
|
- /usr/local/bin/docker-entrypoint.sh ./deploy.sh $DRONE_TAG
|
||||||
- ./deploy.sh $DRONE_TAG
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
|
|
Loading…
Add table
Reference in a new issue