Skip to content

Commit

Permalink
🐳 chore: Auto-upload to DEV server
Browse files Browse the repository at this point in the history
  • Loading branch information
DNA-styx committed Dec 26, 2024
1 parent 5ef5cf3 commit 342d9ec
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dev-site-upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: 🚀 Deploy DEV Root website
on:
workflow_dispatch:
push:
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4

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

0 comments on commit 342d9ec

Please sign in to comment.