-
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
Justafish/issue 204 acquia integration v3 #740
base: justafish/issue-204-acquia-integration
Are you sure you want to change the base?
Justafish/issue 204 acquia integration v3 #740
Conversation
The tests are passing, but yesterday, I noticed that the configuration is not being imported. |
@beto-aveiga I notice you have a lot of Github Action workflows deleted in this pull request. Was that to save time while testing? What's the intent of this pull request? Will we cherry-pick the important things to keep like:
And put those into #740 |
Absolutely. I will restore them when there is no need for more code.
Make |
At
This is likely an async command, so it will run after it returns the control to our deployment script. If we immediately run configuration imports, those configuration imports will be lost because our application's container(s) will be replaced. I will check if this is true by looking at the deploy workflow and the Acquia activity feed. |
Regarding my previous comment... In other words, after we ran acquia/push, we ran acquia/update, but acquia/push invoked So, between acquia/push and acquia/update we need an something to way for the code switch to complete, otherwise our config import changes will be lost. |
I love that solution. Thanks. @mrdavidburns ! I was already asking ChatGPT, and it gave me a different route. But I will first try yours because it looks self-explanatory. |
@mrdavidburns I was reading the code:switch documentation. And I noticed an important parameter: I will try this first, as it doesn't require more complexity, and our line to run the code switch is already complex.
|
Github status says everything is okay but workflows are not running 🤔 |
…ullabot/drainpipe into justafish/issue-204-acquia-integration--v3
Taking forever... I checked Acquia UI, also taking forever. |
Re-running it. I don't know why the same actions took forever to complete. The only thing I added was |
Now that it works, the next step is to try to make a deployment to DEV with an actual site repository on Acquia. |
main