fix(deploy): ensure target directory is created before deployment
All checks were successful
Deploy / deploy (push) Successful in 15s

This commit is contained in:
M1ngdaXie
2026-03-26 23:11:15 -07:00
parent 326c4b7a67
commit c0dfdb1e54

View File

@@ -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/