We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfc787 commit a1d4450Copy full SHA for a1d4450
.github/workflows/push.yml
@@ -68,7 +68,7 @@ jobs:
68
rsync $ARGS -e 'ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -p 50022' $GITHUB_WORKSPACE/$FOLDER [email protected]:$SERVER_DESTINATION
69
70
echo Run internal deploy script
71
- ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -p 50022 [email protected]:$SERVER_DESTINATION << EOF
+ ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -p 50022 [email protected] << EOF
72
/usr/bin/screen -ls | /bin/egrep 'Detached|Attached' | /usr/bin/cut -d. -f1 | /usr/bin/awk '{print $1}' | /usr/bin/xargs /bin/kill
73
sleep 1
74
cd r-isa
0 commit comments