This commit is contained in:
@@ -9,18 +9,23 @@ jobs:
|
||||
deploy:
|
||||
runs-on: vps-host
|
||||
steps:
|
||||
- name: Deploy
|
||||
- name: Pull latest code
|
||||
run: |
|
||||
set -e
|
||||
cd /var/www/bennysblog
|
||||
|
||||
git pull origin main
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
cd /var/www/bennysblog
|
||||
python3 -m pip install -r requirements.txt --quiet
|
||||
|
||||
- name: Build CSS
|
||||
run: |
|
||||
cd /var/www/bennysblog
|
||||
npx tailwindcss \
|
||||
-i static/src/app.css \
|
||||
-o static/css/app.css \
|
||||
--minify
|
||||
|
||||
sudo systemctl restart benny
|
||||
- name: Restart service
|
||||
run: sudo systemctl restart benny
|
||||
Reference in New Issue
Block a user