Skip to content

Commit

Permalink
Merge pull request #11 from dof-dss/DeploymentChange
Browse files Browse the repository at this point in the history
Deployment change
  • Loading branch information
MichaelStevenson2207 authored Jun 7, 2021
2 parents 1a08a56 + 34f3906 commit 6b32745
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ workflows:
endpoint: https://api.london.cloud.service.gov.uk
space: SANDBOX
context: govuk-paas-sandbox
manifest: PointerApi/manifest.yml
manifest: manifest.yml
build-deploy-staging:
jobs:
- build:
Expand Down Expand Up @@ -75,7 +75,7 @@ workflows:
endpoint: https://api.london.cloud.service.gov.uk
space: staging
context: govuk-paas-staging
manifest: PointerApi/manifest.yml
manifest: manifest.yml
build-deploy-prod:
jobs:
- build:
Expand All @@ -102,4 +102,4 @@ workflows:
endpoint: https://api.london.cloud.service.gov.uk
space: production
context: govuk-paas-production
manifest: PointerApi/manifest.yml
manifest: manifest.yml
2 changes: 1 addition & 1 deletion PointerApi/manifest.yml → manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
applications:
- name: EDD-PointerApi-sandbox
- name: EDD-PointerApi-staging
buildpacks:
- dotnet_core_buildpack
memory: 256M
Expand Down
6 changes: 6 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Nuget Online" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 6b32745

Please sign in to comment.