Skip to content

Commit

Permalink
Added integration with ProboCI (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsolesen committed Feb 2, 2017
1 parent e3267a4 commit 6afe2a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .probo.yaml
@@ -0,0 +1,16 @@
assets:
- motionsplan.sql.gz
steps:
- name: Probo CI site setup
plugin: Drupal
makeFile: build-motionsplan.make
database: motionsplan.sql.gz
databaseGzipped: true
databaseUpdates: true
revertFeatures: true
clearCaches: true
- name: Generate login link
command: 'drush --root="/var/www/html" uli'
- name: Enable stage_file_proxy
command: 'drush --root="/var/www/html" en stage_file_proxy -y'
command: 'drush variable-set stage_file_proxy_origin "http://motionsplan.dk"'

0 comments on commit 6afe2a0

Please sign in to comment.