-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add github actions example to deployer #1539
base: main
Are you sure you want to change the base?
Conversation
3eceb81
to
e6ae5fe
Compare
Copilot
AI
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 suggestion.
Comments skipped due to low confidence (2)
guides/hosting/installation-updates/deployments/deployment-with-deployer.md:283
- The comment should be more specific: 'Increase the timeout value if tasks take longer than 3600 seconds.'
set('default_timeout', 3600); // Increase when tasks take longer than that.
guides/hosting/installation-updates/deployments/deployment-with-deployer.md:186
- [nitpick] Double-check if '.env.local' is the correct file to be copied instead of '.env'.
cp /var/www/shopware_backup/.env.local /var/www/shopware/shared/.env.local
guides/hosting/installation-updates/deployments/deployment-with-deployer.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for the PR @shyim 🎉
Key changes: