File tree Expand file tree Collapse file tree 3 files changed +23
-17
lines changed Expand file tree Collapse file tree 3 files changed +23
-17
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,22 @@ steps:
19
19
from_secret : prod_emnemodul_host
20
20
path :
21
21
from_secret : prod_emnemodul_path
22
+ uri :
23
+ from_secret : prod_emnemodul_uri
22
24
user :
23
25
from_secret : user
24
26
playbook : ' release'
25
27
pre_up :
26
28
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
27
29
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
28
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
29
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes deploy
30
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes locale:update
31
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes locale:import --type=customized --override=none da /app/web/profiles/custom/os2loop/translations/translations.da.po
32
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
30
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes cache:rebuild
31
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes deploy
32
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes locale:update
33
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes locale:import --type=customized --override=none da /app/web/profiles/custom/os2loop/translations/translations.da.po
34
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes cache:rebuild
33
35
cron :
34
36
cron :
35
- minute : ' 47 '
37
+ minute : ' 08 '
36
38
hour : ' *'
37
39
day : ' *'
38
40
month : ' *'
Original file line number Diff line number Diff line change @@ -19,20 +19,22 @@ steps:
19
19
from_secret : prod_loop_host
20
20
path :
21
21
from_secret : prod_loop_path
22
+ uri :
23
+ from_secret : prod_loop_uri
22
24
user :
23
25
from_secret : user
24
26
playbook : ' release'
25
27
pre_up :
26
28
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
27
29
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
28
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
29
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes deploy
30
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes locale:update
31
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes locale:import --type=customized --override=none da /app/web/profiles/custom/os2loop/translations/translations.da.po
32
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
30
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes cache:rebuild
31
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes deploy
32
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes locale:update
33
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes locale:import --type=customized --override=none da /app/web/profiles/custom/os2loop/translations/translations.da.po
34
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes cache:rebuild
33
35
cron :
34
36
cron :
35
- minute : ' 47 '
37
+ minute : ' 14 '
36
38
hour : ' *'
37
39
day : ' *'
38
40
month : ' *'
Original file line number Diff line number Diff line change @@ -19,17 +19,19 @@ steps:
19
19
from_secret : prod_risikataloop_host
20
20
path :
21
21
from_secret : prod_risikataloop_path
22
+ uri :
23
+ from_secret : prod_risikataloop_uri
22
24
user :
23
25
from_secret : user
24
26
playbook : ' release'
25
27
pre_up :
26
28
# Fixes issue with 'Drupal\mysql\Driver\Database\mysql\Connection' not found
27
29
- itkdev-docker-compose-server run --rm phpfpm composer2 dump-autoload
28
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
29
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes deploy
30
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes locale:update
31
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes locale:import --type=customized --override=none da /app/web/profiles/custom/os2loop/translations/translations.da.po
32
- - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --yes cache:rebuild
30
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes cache:rebuild
31
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes deploy
32
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes locale:update
33
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes locale:import --type=customized --override=none da /app/web/profiles/custom/os2loop/translations/translations.da.po
34
+ - itkdev-docker-compose-server run --rm phpfpm vendor/bin/drush --uri=$${PLUGIN_URI} -- yes cache:rebuild
33
35
cron :
34
36
cron :
35
37
minute : ' 23'
You can’t perform that action at this time.
0 commit comments