mise a jour gh actions
davvalent

davvalent commited on 2023-03-27 13:29:16
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -18,4 +18,4 @@ jobs:
18 18
         known_hosts: ${{ secrets.SSH_HOST }}
19 19
     - name: Push remote
20 20
       run: |
21
-        cd && scp -P 27 -i /home/runner/.ssh/id_rsa /home/runner/work/faubourg-demo/faubourg-demo/buildings.json ${{ secrets.SSH_TARGET }}:/home/ntnlvca/public_html/faubourg
22 21
\ No newline at end of file
22
+        cd && scp -P 27 -i /home/runner/.ssh/id_rsa /home/runner/work/pifm/pifm/buildings.json ${{ secrets.SSH_TARGET }}:/home/ntnlvca/public_html/faubourg
23 23
\ No newline at end of file
24 24