Skip to content

Instantly share code, notes, and snippets.

@dnd
Created August 7, 2017 21:33
Show Gist options
  • Save dnd/c8326ab0a5648a0ad6999204f96aa372 to your computer and use it in GitHub Desktop.
Save dnd/c8326ab0a5648a0ad6999204f96aa372 to your computer and use it in GitHub Desktop.
migrate-db:
salt.state:
- tgt: {{salt.saltutil.runner('app.db_minion', app='board', environment=deploy_env)}}
- sls:
- app.board.db
- pillar:
board_deploy_revision: {{revision}}
- require:
- salt: refresh_pillar
- salt: sync_all
#- onfail:
#- salt: notify-slack-migrate-db-failure
deploy-app:
salt.state:
- tgt: {{board_matcher}}
- expr_form: compound
- sls:
- app.board
- pillar:
board_deploy_revision: {{revision}}
- require:
- salt: migrate-db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment