You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/hosting/installation-updates/deployments/deployment-helper.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,10 @@ graph TD
80
80
The Deployment Helper can be configured via a `.shopware-project.yml` file in the root of your project.
81
81
The following configuration options are available:
82
82
83
+
::::info
84
+
If you have multiple PHP versions locally or on your server, make sure to use `%php.bin%` instead of directly `php` in your custom scripts to use the same PHP version as the Deployment Helper.
85
+
::::
86
+
83
87
```yaml
84
88
deployment:
85
89
hooks:
@@ -127,6 +131,8 @@ deployment:
127
131
128
132
one-time-tasks:
129
133
- id: foo
134
+
# Runs as last step in deployment. Other options is: first (to run before anything else)
0 commit comments