No commit message
No commit message
Showing
... | ... | @@ -11,4 +11,4 @@ ssh-keygen -f "/home/gitlab-runner/.ssh/known_hosts" -R $TARGET_IP |
# remote setup | ||
scp -o StrictHostKeyChecking=no -i $ROOT/../keys/deploykey.private $ROOT/remote/setup_mysql.sh [email protected]$TARGET_IP:/tmp/ | ||
runRemoteSSH "$ROOT/../keys/deploykey.private" 'source /tmp/setup_mysql.sh' | ||
\ No newline at end of file | ||
runRemoteSSH "$ROOT/../keys/deploykey.private" 'source /tmp/setup_mysql.sh' |
Please register or sign in to comment