forked from roots/trellis
-
Notifications
You must be signed in to change notification settings - Fork 0
Laravel Addition #1
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
Open
jasperf
wants to merge
20
commits into
master
Choose a base branch
from
laravel
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Laravel Addition
Vault Laravel Data
Laravel Site Files
Separate Laravel Nginx Config
Duplicate Nginx Config Removal
Refactoring 25 April 25
Refactor Round II
Key generation task missing still. And Trellis CLI could also use a tag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces Laravel support to the Stedding project, allowing it to handle both Laravel and WordPress sites with shared provisioning and deployment workflows. Key changes include the addition of Laravel-specific roles, configurations, and environment settings, as well as updates to existing files to support conditional provisioning based on the
site_type
property.Laravel Support Integration:
LARAVEL.md
detailing how Laravel support works, including the use ofsite_type: laravel
inwordpress_sites.yml
, Laravel-specific roles, and deployment instructions.laravel-setup
andlaravel-install
roles with tasks for creating directories, managing.env
files, running Artisan commands, and configuring Laravel-specific settings. [1] [2] [3] [4]Configuration Updates:
group_vars
files to include Laravel-specific environment variables for development, staging, and production, such as database credentials and application keys. [1] [2] [3]wordpress_sites.yml
for all environments, specifyingsite_type: laravel
and other necessary properties. [1] [2] [3]Deployment Enhancements:
deploy.yml
anddev.yml
to conditionally run roles based on theproject_type
property, ensuring tasks are executed only for the appropriate site type. [1] [2]initialize.yml
to determine the project type (Laravel or WordPress) dynamically during deployment.Miscellaneous:
roles/deploy/vars/main.yml
, ensuring compatibility with the existing WordPress workflow.