Test new deployment strategy v2
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
||||
- name: Build and deploy
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
mv src/app/\(admin\) src/app/_admin
|
||||
npm run build
|
||||
# Deploy
|
||||
rm -rf /var/www/sites/dave-dmg/blog/*
|
||||
cp -r out/* /var/www/sites/dave-dmg/blog/
|
||||
Reference in New Issue
Block a user