Skip to content

Commit

Permalink
Remove deploy_product (#76)
Browse files Browse the repository at this point in the history
* Removing deploy product

* Delete prepare-for-pantheon.php

* Removing composer-install.php
  • Loading branch information
stevector authored Feb 8, 2019
1 parent c82b92c commit 663a102
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
10 changes: 0 additions & 10 deletions pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@ api_version: 1
web_docroot: true
php_version: 7.2
workflows:
deploy_product:
after:
-
type: webphp
description: 'Run composer prepare-for-pantheon'
script: private/scripts/deploy_product/prepare-for-pantheon.php
-
type: webphp
description: 'Run composer install'
script: private/scripts/deploy_product/composer-install.php
sync_code:
after:
- type: webphp
Expand Down
6 changes: 0 additions & 6 deletions web/private/scripts/composer-install.php

This file was deleted.

6 changes: 0 additions & 6 deletions web/private/scripts/prepare-for-pantheon.php

This file was deleted.

0 comments on commit 663a102

Please sign in to comment.