Skip to content

Commit 0b1f818

Browse files
committed
Updated CI deploy location
1 parent 623a7ee commit 0b1f818

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ jobs:
4343
run: |
4444
eval $(ssh-agent -s)
4545
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"
46+
scp -r -o "StrictHostKeyChecking no" build/* "$REMOTE_IP":/home/amadeus
47+
ssh -o "StrictHostKeyChecking no" "$REMOTE_IP" "rm -rf /home/amadeus/public"
4848
ssh-agent -k

0 commit comments

Comments
 (0)