You must log in to the Shopware Store to use any app with an external backend. Shopware Commercial requires the same login for automatic license key updates. The Deployment Helper can automatically log you into the Store if you set the following environment variables:
SHOPWARE_STORE_ACCOUNT_EMAIL - Your Shopware Account email
SHOPWARE_STORE_ACCOUNT_PASSWORD - Your Shopware Account Password
SHOPWARE_STORE_LICENSE_DOMAIN - Your Shopware Account License Domain
Besides logging in, it checks on every deployment if the stored credentials in Shopware are still valid when not automatically replacing them.
What if I need to run custom commands?
The Deployment Helper lets you run completely custom commands. There are two ways of running commands in the Deployment Helper: Hooks and One-Time Tasks. Let's start with Hooks.
Hooks allow you to run hungary telegram screening additional commands in a Lifecycle of Deployment Helper. Right now, these are:
pre (Before executing logic in Deployment Helper)
pre-install (Before executing logic to install Shopware)
post-install (After the install logic)
pre-update (Before executing logic to update Shopware)
post-update (After the update logic)
post (After the logic in Deployment Helper).