Skip to content

Commit 726bcae

Browse files
author
Greg Bowler
committed
wip: remove debug line
1 parent 675a0b7 commit 726bcae

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

Diff for: deploy-action.bash

+1-17
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,5 @@ tar -czf - --exclude-vcs . | \
3434
-i "$ssh_key_path" \
3535
-p "$ACTION_PORT" \
3636
"$ACTION_USER"@"$ACTION_HOSTNAME" \
37-
"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 && $ACTION_POST_TRANSFER_SCRIPT_PREFIX $ACTION_POST_TRANSFER_SCRIPT"
37+
"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 $ACTION_POST_TRANSFER_SCRIPT"
3838
echo "Transfer complete"
39-
40-
#action_dir="$(dirname -- "${BASH_SOURCE[0]}")"
41-
#{ declare -p \
42-
# ACTION_PATH \
43-
# GITHUB_REF_NAME \
44-
# full_transfer_path \
45-
# ; \
46-
#cat "$action_dir"/remote-script.bash; } | \
47-
# ssh \
48-
# -i "$ssh_key_path" \
49-
# -p "$ACTION_PORT" \
50-
# "$ACTION_USER"@"$ACTION_HOSTNAME" \
51-
# bash -s
52-
53-
# TODO:
54-
# remote-script.bash

0 commit comments

Comments
 (0)