This commit is contained in:
@@ -10,11 +10,9 @@ jobs:
|
|||||||
runs-on: vps-host
|
runs-on: vps-host
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
env:
|
|
||||||
APP_DIR: ${{ secrets.APP_DIR }}
|
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
cd "$APP_DIR"
|
cd /var/www/bennysblog
|
||||||
|
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|
||||||
@@ -25,4 +23,4 @@ jobs:
|
|||||||
-o static/css/app.css \
|
-o static/css/app.css \
|
||||||
--minify
|
--minify
|
||||||
|
|
||||||
sudo systemctl restart benny
|
sudo systemctl restart benny
|
||||||
Reference in New Issue
Block a user