fix(deploy): ensure target directory is created before deployment
All checks were successful
Deploy / deploy (push) Successful in 15s
All checks were successful
Deploy / deploy (push) Successful in 15s
This commit is contained in:
@@ -17,5 +17,6 @@
|
|||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p /var/www/os.m1ngdaxie.com
|
||||||
rm -rf /var/www/os.m1ngdaxie.com/*
|
rm -rf /var/www/os.m1ngdaxie.com/*
|
||||||
cp -r dist/* /var/www/os.m1ngdaxie.com/
|
cp -r dist/* /var/www/os.m1ngdaxie.com/
|
||||||
Reference in New Issue
Block a user