Merge remote-tracking branch 'origin/main'
All checks were successful
Deploy AstraOS Panel / deploy (push) Successful in 12s

This commit is contained in:
MrWhiff 2026-04-19 12:14:25 +02:00
commit 55a0fbf94f
2 changed files with 29 additions and 12 deletions

View file

@ -0,0 +1,29 @@
name: Deploy AstraOS Panel
on:
push:
branches: ["main"]
jobs:
deploy:
runs-on: docker
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install rsync + ssh
run: |
apt-get update
apt-get install -y rsync openssh-client
- name: Add SSH key
run: |
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_KEY_B64 }}" | base64 -d > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -p 22 116.203.131.247 >> ~/.ssh/known_hosts
- name: Deploy AstraOS folder to server
run: |
rsync -av \
./AstraOS/ astraos@116.203.131.247:/home/astraos/Astra-OS-Panel/

View file

@ -1,12 +0,0 @@
Flask
pymongo
werkzeug
Flask-WTF
paramiko
requests
Flask-SocketIO
gunicorn
eventlet
ipaddress
python-dotenv