Skip to content

Commit

Permalink
chore: move preload.php
Browse files Browse the repository at this point in the history
codeigniter4/framework also should have this file.
  • Loading branch information
kenjis committed Dec 4, 2022
1 parent 197e996 commit 253d385
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/deploy-appstarter
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git checkout master
rm -rf *

# Copy common files
releasable='app public writable env LICENSE spark'
releasable='app public writable env LICENSE spark preload.php'
for fff in $releasable;
do
cp -Rf ${SOURCE}/$fff ./
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/deploy-framework
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ git checkout master
rm -rf *

# Copy common files
releasable='app public writable env LICENSE spark system'
releasable='app public writable env LICENSE spark system preload.php'
for fff in $releasable;
do
cp -Rf ${SOURCE}/$fff ./
Expand Down
File renamed without changes.

0 comments on commit 253d385

Please sign in to comment.