Skip to content

Commit

Permalink
🐳 chore: Dev site non-root site
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx committed Dec 26, 2024
1 parent 1aa9892 commit 2f4080b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dev-site-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ jobs:
username: ${{ secrets.ftpdevusername }}
password: ${{ secrets.ftpdevpassword }}
server-dir: httpdocs/
local-dir: ./web/

- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftpdevhost }}
username: ${{ secrets.ftpdevusername }}
password: ${{ secrets.ftpdevpassword }}
server-dir: httpdocs/hlstatsx/
local-dir: ./web/

0 comments on commit 2f4080b

Please sign in to comment.