We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4879c95 commit d27f0d6Copy full SHA for d27f0d6
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
REMOTE_IP: ${{ secrets.REMOTE_IP }}
43
run: |
44
eval $(ssh-agent -s)
45
- ssh-add <(echo "$REMOTE_SSH_KEY")
+ echo "$REMOTE_SSH_KEY" | ssh-add -
46
scp -O -r -o "StrictHostKeyChecking no" -o "BatchMode yes" build/* "$REMOTE_IP":/home/amadeus
47
ssh -n -o "StrictHostKeyChecking no" -o "BatchMode yes" "$REMOTE_IP" "rm -rf /home/amadeus/public"
48
ssh-agent -k
0 commit comments