Skip to content

Dev builds/2.0.0 dashboard#205

Merged
Medicopter117 merged 2 commits intomainfrom
dev-builds/2.0.0-dashboard
Apr 7, 2026
Merged

Dev builds/2.0.0 dashboard#205
Medicopter117 merged 2 commits intomainfrom
dev-builds/2.0.0-dashboard

Conversation

@Medicopter117
Copy link
Copy Markdown
Member

No description provided.

@Medicopter117 Medicopter117 merged commit 40ee6be into main Apr 7, 2026
6 of 8 checks passed
Comment on lines +10 to +48
name: Deploy to Pterodactyl
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Deploy via SFTP
uses: appleboy/scp-action@master
with:
host: ${{ secrets.PTERO_HOST }}
port: ${{ secrets.PTERO_PORT }}
username: ${{ secrets.PTERO_USER }}
password: ${{ secrets.PTERO_PASSWORD }}
source: "./*"
target: "/"
# List of files/folders to EXCLUDE from deployment
# .env and data/ are never pushed to keep secrets and DB safe
rm: false # Set to true if you want to delete files on server that are not in repo (CAUTION: might delete data/ if not careful)
strip_components: 0
overwrite: true
exclude: |
.env
.env.*
.git/
.github/
data/
logs/
__pycache__/
*.pyc
*.sqlite3
*.db
.idea/
.vscode/
build/
dist/
*.log
node_modules/
DevTools/
tests/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants