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

Clear Pantheon Caches on Deploy #28

Open
RobLoach opened this issue Jul 5, 2017 · 3 comments
Open

Clear Pantheon Caches on Deploy #28

RobLoach opened this issue Jul 5, 2017 · 3 comments

Comments

@RobLoach
Copy link

RobLoach commented Jul 5, 2017

Quick silver API

https://github.com/kalamuna/progenity.com/pull/535

@doostinharrell
Copy link

Yo @RobLoach! Checkout https://github.com/pantheon-systems/example-drops-8-composer. I've forked this and use it for all of my Pantheon.io projects. It's got all the quicksilver bits in there as well.

Cheers!

@RobLoach
Copy link
Author

YO DUSTIN!

Haha, funny you mention that. We've revamped a lot of this project on the example drops 8 composer project 😉

Much more to add! What other fancy things have you added to your base project?

@doostinharrell
Copy link

@RobLoach it's pretty much the same with some slight modification to match my process. I need to commit back to my repo as I'm running Drupal 8.8.* which required some refactoring, among other updates. Now is probably a good time to commit those changes back.

I'm also managing Drush versions via composer now and learned recently that you can reference environment name variables in the alias files themselves. So no need to update your alias file each time a new multi dev get's spun up.

_local:
  root: /private/var/www/example.org/www/web
  uri: example.lndo.site

'*':
  host: appserver.${env-name}.xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.drush.in
  paths:
    files: files
    drush-script: drush9
  uri: https://${env-name}-example.pantheonsite.io
  user: ${env-name}.xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
  ssh:
    options: '-p 2222 -o "AddressFamily inet"'
    tty: false

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