Remove quotation marks around source for rsync
This commit is contained in:
@@ -11,11 +11,7 @@ mkdir -p "$SSH_HOME"
|
|||||||
echo "$SSH_KEY" > "$SSH_KEYPATH"
|
echo "$SSH_KEY" > "$SSH_KEYPATH"
|
||||||
chmod 600 "$SSH_KEYPATH"
|
chmod 600 "$SSH_KEYPATH"
|
||||||
|
|
||||||
echo $GITHUB_WORKSPACE
|
|
||||||
|
|
||||||
ls -lH ./
|
|
||||||
|
|
||||||
echo "Deploying..."
|
echo "Deploying..."
|
||||||
rsync $options \
|
rsync $options \
|
||||||
-e "ssh -p $ssh_port -i $SSH_KEYPATH -o StrictHostKeyChecking=no" \
|
-e "ssh -p $ssh_port -i $SSH_KEYPATH -o StrictHostKeyChecking=no" \
|
||||||
"$RSYNC_SOURCE" "$RSYNC_USERHOST":"$RSYNC_DESTINATION"
|
$RSYNC_SOURCE "$RSYNC_USERHOST":"$RSYNC_DESTINATION"
|
||||||
|
|||||||
Reference in New Issue
Block a user