Skip to content

Commit a1d4450

Browse files
authored
Update push.yml
1 parent 0bfc787 commit a1d4450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
rsync $ARGS -e 'ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -p 50022' $GITHUB_WORKSPACE/$FOLDER [email protected]:$SERVER_DESTINATION
6969
7070
echo Run internal deploy script
71-
ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -p 50022 [email protected]:$SERVER_DESTINATION << EOF
71+
ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no -p 50022 [email protected] << EOF
7272
/usr/bin/screen -ls | /bin/egrep 'Detached|Attached' | /usr/bin/cut -d. -f1 | /usr/bin/awk '{print $1}' | /usr/bin/xargs /bin/kill
7373
sleep 1
7474
cd r-isa

0 commit comments

Comments
 (0)