Skip to content

Commit

Permalink
Merge pull request #163 from Automattic/fix/cloud-oauth
Browse files Browse the repository at this point in the history
Updates Cloud to use new horizon env
  • Loading branch information
ChaosExAnima authored Jun 4, 2020
2 parents 75cfb93 + c96c497 commit 32278f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function envContainerConfig( environment: RunEnv ): Dockerode.ContainerCr
};
case 'jetpack':
return {
Env: [ 'NODE_ENV=jetpack-cloud-stage', 'CALYPSO_ENV=jetpack-cloud-stage' ],
Env: [ 'NODE_ENV=jetpack-cloud-horizon', 'CALYPSO_ENV=jetpack-cloud-horizon' ],
}
}
}

0 comments on commit 32278f0

Please sign in to comment.