Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
1b0f0cb7
Commit
1b0f0cb7
authored
Jul 23, 2018
by
Mindiell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modification pour faire fonctionner le déploiement sur preprod
parent
2eb14fab
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
34 additions
and
1 deletion
+34
-1
.gitignore
.gitignore
+0
-1
ci/install.sh
ci/install.sh
+1
-0
phinx.yml
phinx.yml
+33
-0
No files found.
.gitignore
View file @
1b0f0cb7
...
...
@@ -8,7 +8,6 @@ piplomes/
CACHE/
vendor/
pdf/
phinx.yml
app/env
.php_cs.cache
...
...
ci/install.sh
View file @
1b0f0cb7
...
...
@@ -2,6 +2,7 @@
# Ce script est utilisé pour paramétrer l'environnement du site
cd
/home/don/don
git reset
--hard
git pull origin
$CI_BUILD_REF_NAME
git checkout
$CI_BUILD_REF_NAME
...
...
phinx.yml
0 → 100644
View file @
1b0f0cb7
paths
:
migrations
:
%%
PHINX_CONFIG_DIR%%/db/migrations
seeds
:
%%
PHINX_CONFIG_DIR%%/db/seeds
environments
:
default_migration_table
:
phinxlog
default_database
:
development
production
:
adapter
:
mysql
host
:
%%
PHINX_HOST%%
name
:
%%
PHINX_DATABASE%%
user
:
%%
PHINX_USER%%
pass
:
%%
PHINX_PASS%%
port
:
%%
PHINX_PORT%%
charset
:
utf8
development
:
adapter
:
mysql
host
:
localhost
name
:
soutien
user
:
soutien
pass
:
'
soutien'
port
:
3306
charset
:
utf8
testing
:
adapter
:
mysql
host
:
localhost
name
:
testing_db
user
:
%%
PHINX_TEST_USER%%
pass
:
%%
PHINX_TEST_PASS%%
port
:
3306
charset
:
utf8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment