We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623a7ee commit 0b1f818Copy full SHA for 0b1f818
.github/workflows/ci.yml
@@ -43,6 +43,6 @@ jobs:
43
run: |
44
eval $(ssh-agent -s)
45
ssh-add <(echo "$REMOTE_SSH_KEY")
46
- scp -r -o "StrictHostKeyChecking no" build/* "$REMOTE_IP":/home/beta_amadeus
47
- ssh -o "StrictHostKeyChecking no" "$REMOTE_IP" "rm -rf /home/beta_amadeus/public"
+ scp -r -o "StrictHostKeyChecking no" build/* "$REMOTE_IP":/home/amadeus
+ ssh -o "StrictHostKeyChecking no" "$REMOTE_IP" "rm -rf /home/amadeus/public"
48
ssh-agent -k
0 commit comments