Skip to content

Commit b754c0b

Browse files
author
Greg Bowler
committed
debug: display contents
1 parent f3eb890 commit b754c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tar -czf - --exclude-vcs . | \
3030
-i "$ssh_key_path" \
3131
-p "$ACTION_PORT" \
3232
"$ACTION_USER"@"$ACTION_HOSTNAME" \
33-
"rm -rf $full_transfer_path && mkdir -p $full_transfer_path && cd $full_transfer_path && tar -xzf - && mv ./post-transfer.bash $ACTION_POST_TRANSFER_SCRIPT && echo $ACTION_POST_TRANSFER_SCRIPT_PREFIX $ACTION_POST_TRANSFER_SCRIPT && $ACTION_POST_TRANSFER_SCRIPT_PREFIX cat $ACTION_POST_TRANSFER_SCRIPT"
33+
"rm -rf $full_transfer_path && mkdir -p $full_transfer_path && cd $full_transfer_path && tar -xzf - && mv ./post-transfer.bash $ACTION_POST_TRANSFER_SCRIPT && echo $ACTION_POST_TRANSFER_SCRIPT_PREFIX $ACTION_POST_TRANSFER_SCRIPT && cat $ACTION_POST_TRANSFER_SCRIPT"
3434
echo "Transfer complete"
3535

3636
#action_dir="$(dirname -- "${BASH_SOURCE[0]}")"

0 commit comments

Comments
 (0)