ci: entrypoint script wants subcommands

pull/2/head
teutat3s 2023-02-27 17:28:55 +01:00
parent 681d60f533
commit a6e04d06c2
Signed by: teutat3s
GPG Key ID: 18DAE600A6BBE705
1 changed files with 1 additions and 2 deletions

View File

@ -46,8 +46,7 @@ steps:
commands:
- mkdir -p /home/node/.ssh
- echo -e "$TRITON_SSH_KEY" > /home/node/.ssh/id_rsa
- /usr/local/bin/docker-entrypoint.sh
- ./deploy.sh $DRONE_TAG
- /usr/local/bin/docker-entrypoint.sh ./deploy.sh $DRONE_TAG
trigger:
event: