Skip to content

Commit

Permalink
fixed paths 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Nicolle committed Feb 15, 2024
1 parent 0924c0d commit 0dc8632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
TARGET: ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }}
KEY: /tmp/private-key
PUBLIC: "~/motsflex-save/public"
ASSETS: "${{env.PUBLIC}}/assets"
INDEX_HTML: "${{env.PUBLIC}}/index.html"
ASSETS: "${{ env.PUBLIC }}/assets"
INDEX_HTML: "${{ env.PUBLIC }}/index.html"
DICOS: "~/dicos"
SERVER: "~/motsflex-save/server.js"

Expand Down

0 comments on commit 0dc8632

Please sign in to comment.