revert(ci): restore original deploy.yml
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 21s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 21s
The real fix was in .gitignore (dist → /dist) so panel/dist is now properly tracked. The CI workarounds are no longer needed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d3feb11628
commit
64daeb546c
1 changed files with 0 additions and 9 deletions
|
|
@ -27,15 +27,6 @@ jobs:
|
|||
ls -la dist/
|
||||
ls -la dist/assets/dist/
|
||||
|
||||
- name: Assemble dist from public/
|
||||
run: |
|
||||
cp -r public/kirby dist/
|
||||
cp -r public/vendor dist/
|
||||
cp -r public/site dist/
|
||||
cp -r public/assets/fonts dist/assets/
|
||||
cp -r public/assets/svg dist/assets/
|
||||
cp public/index.php dist/index.php
|
||||
|
||||
- name: Deploy via FTP
|
||||
env:
|
||||
USERNAME: ${{ secrets.USERNAME }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue