Archived
Template
Compare commits
2
Commits
5f27cbdfc0
...
9cf19f0e15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9cf19f0e15 | ||
|
|
234f42fec7 |
+2
-1
@@ -2,7 +2,8 @@
|
||||
|
||||
!composer.json
|
||||
!composer.lock
|
||||
!update_project.sh
|
||||
!push_project.sh
|
||||
!pull_project.sh
|
||||
!.gitignore
|
||||
!config
|
||||
!config/*
|
||||
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
git pull && composer install && drush updb && drush config:import --source=../config -y
|
||||
Executable
+1
@@ -0,0 +1 @@
|
||||
composer update && drush config:export --destination=../config -y && git add && git commit -m "Updated project"
|
||||
@@ -1 +0,0 @@
|
||||
git pull && composer install && drush config:import --source=../config -y
|
||||
Reference in New Issue
Block a user