Reorganize project structure and migrate CI to Forgejo
Some checks are pending
Deploy / deploy (push) Waiting to run
Some checks are pending
Deploy / deploy (push) Waiting to run
Move all files from deploy/ to project root, replace .gitlab-ci.yml with .forgejo/workflows/deploy.yml using Gitea Actions format. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
baa36144a8
commit
b130f5c9d8
13 changed files with 71 additions and 66 deletions
12
public/.htaccess
Normal file
12
public/.htaccess
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Activer le moteur de réécriture
|
||||
RewriteEngine On
|
||||
|
||||
# Rediriger toutes les requêtes vers index.php
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php [QSA,L]
|
||||
|
||||
# Sécurité
|
||||
<Files ".env">
|
||||
Require all denied
|
||||
</Files>
|
||||
Loading…
Add table
Add a link
Reference in a new issue