Init Gitlab-Ci.yml

2 jobs for master in 4 minutes and 28 seconds (queued for 24 seconds)
Status Job ID Name Coverage
  Build
passed #604
docker
build

00:03:56

 
  Deploy
failed #605
deploy-master

00:00:32

 
Name Stage Failure
failed
deploy-master Deploy
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ ssh-add <(echo "$STAGING_PRIVATE_KEY")
Identity added: /dev/fd/63 (admin@willers.digital)
$ ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/_tmp"
Warning: Permanently added '[willers.digital]:2233,[87.78.129.86]:2233' (ECDSA) to the list of known hosts.
$ ssh root@willers.digital -p 2233 "mkdir -p /volume1/web/alt"
$ scp -P2233 -r dist/tabu/* root@willers.digital:/volume1/web/_tmp
dist/tabu/*: No such file or directory
ERROR: Job failed: exit code 1