Skip to content
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

Project.yaml push/pull #41

Open
wihodges opened this issue Apr 16, 2020 · 1 comment
Open

Project.yaml push/pull #41

wihodges opened this issue Apr 16, 2020 · 1 comment

Comments

@wihodges
Copy link

Not sure if it would be difficult to add, but might be useful to be able to push the project.yaml. I find myself git commiting project.yaml file just so it will deploy through build process, but that takes a bit longer to execute...

@mizziness
Copy link

mizziness commented May 1, 2020

Not sure if it would be difficult to add, but might be useful to be able to push the project.yaml. I find myself git commiting project.yaml file just so it will deploy through build process, but that takes a bit longer to execute...

When you use the Composer Push/Pull commands, that includes the project.yaml file, which also gets backed up. You can also add the file to the list of files/directories to push/pull in the config.

  pushFolders: [..., 'config/project.yaml'],
  pullFolders: [..., 'config/project.yaml'],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants