Skip to content

Commit

Permalink
AT: launches automated transfer to production (Automattic#12257)
Browse files Browse the repository at this point in the history
* launches automated transfer to production

* enabling in staging as well
  • Loading branch information
rralian authored Mar 17, 2017
1 parent 156da67 commit 1fff273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"features": {
"ad-tracking": true,
"apple-pay": true,
"automated-transfer": true,
"catch-js-errors": true,
"code-splitting": true,
"community-translator": true,
Expand Down
1 change: 1 addition & 0 deletions config/stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"features": {
"ad-tracking": false,
"apple-pay": true,
"automated-transfer": true,
"catch-js-errors": true,
"code-splitting": true,
"community-translator": true,
Expand Down

0 comments on commit 1fff273

Please sign in to comment.