Files
dashboard/jenkins/deployBackend.sh
Hawk c546246b6d
Some checks failed
SimcoDash/simcompanies-dashboard/pipeline/head There was a failure building this commit
test scp1
2020-05-15 22:25:52 +02:00

10 lines
230 B
Bash

#!/usr/bin/env sh
if test "$1" = "edit-jenkinsfile"
then
echo 'Copy backend to OlberryPi'
scp -r /backend/. simco-jenkins@gitea.oliver.boehlk.io:~/simco-dashboard/backend
else
echo "Skipping for non-master branch"
fi