-
Notifications
You must be signed in to change notification settings - Fork 55
Adapt bootstrap and autodeploy commands to GitHub Actions #979
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
Copilot
wants to merge
22
commits into
main
Choose a base branch
from
copilot/adapt-gh-actions-bootstrap
base: main
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
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
d2033c4
Initial plan
Copilot 56ea2d5
Update bootstrap and autodeploy for GitHub Actions compatibility
Copilot 01aedba
Address code review feedback
Copilot 82479da
Add gh CLI automation for GitHub Secrets/Variables setup
Copilot 9dca072
Auto-install gh CLI if not available in DDEV
Copilot 58d204d
fixes on the bootstrap project
AronNovak c999388
fix npm package
AronNovak a160626
lock
AronNovak 63fca69
unlock site creation at pantheon
AronNovak 101810d
enable solr automatically
AronNovak b1dabd9
lint
AronNovak 7e02312
Merge branch 'copilot/adapt-gh-actions-bootstrap' of github.com:Gizra…
AronNovak 3226020
fix solr deploy problem
AronNovak b4381ad
Merge branch 'copilot/adapt-gh-actions-bootstrap' of github.com:Gizra…
AronNovak 324e272
activate redis
AronNovak 55e04ac
terminus self-update to make sure plugin install work
AronNovak 221167e
fix carousel
AronNovak 0f95669
fix ddev name
AronNovak 751eea3
bump mariadb
AronNovak 39de8fc
Merge remote-tracking branch 'origin/main' into copilot/adapt-gh-acti…
AronNovak ac9f8a8
fixes
AronNovak e61a861
Merge remote-tracking branch 'origin/main' into copilot/adapt-gh-acti…
AronNovak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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.
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 Can we automate it with
ghCLI? If yes, we can install it on-demand inside DDEV and help the user to accomplish this!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.
Yes! Added gh CLI automation in commit 82479da.
The command now:
ghCLI is availableThe gh CLI can be installed on-demand in DDEV, and users will be prompted to confirm before any secrets are set.