-
Notifications
You must be signed in to change notification settings - Fork 14
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
Task for Acquia integration #454
Comments
@beto-aveiga Up to now most (all?) of our CI/CD has been done in GitHub Actions. Let's limit the work in this ticket to create the task commands. Then we can work on the Bitbucket Pipeline in a separate issue. see: #728 |
I don't understand if using
If we plan to use Acquia CLI (acli), shouldn't we use
If we need a new action to push code, will we call it |
I feel like we should have some similarities between hosting providers when we execute w/ For example we should have a https://github.com/Lullabot/drainpipe?tab=readme-ov-file#pantheon-2
Then we update
Then when we work on #204 where we use Acquia CLI on Tugboat
Then we we work on adding Bitbucket Pipelines #728 for Acquia
|
@mrdavidburns: many thanks for the explanation. It is much clearer now. :) |
If we had those as variables (such as |
@beto-aveiga during the Drainpipe sync this morning (11/04/24) @justafish pointed out that there is a pull request with some of these task commands already implemented. #442 Can you please build off of that and test it. |
cc @mmenavas Since you're using some of these integrations on another project let us know how that is working for you. |
The Acquia integration should have:
deploy:git
task in thescaffold
directoryMotivation
Make it easier to implement https://architecture.lullabot.com/adr/20230929-drupal-build-steps/ for sites on Acquia
The text was updated successfully, but these errors were encountered: