Skip to content

Commit 6b32745

Browse files
Merge pull request #11 from dof-dss/DeploymentChange
Deployment change
2 parents 1a08a56 + 34f3906 commit 6b32745

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ workflows:
4343
endpoint: https://api.london.cloud.service.gov.uk
4444
space: SANDBOX
4545
context: govuk-paas-sandbox
46-
manifest: PointerApi/manifest.yml
46+
manifest: manifest.yml
4747
build-deploy-staging:
4848
jobs:
4949
- build:
@@ -75,7 +75,7 @@ workflows:
7575
endpoint: https://api.london.cloud.service.gov.uk
7676
space: staging
7777
context: govuk-paas-staging
78-
manifest: PointerApi/manifest.yml
78+
manifest: manifest.yml
7979
build-deploy-prod:
8080
jobs:
8181
- build:
@@ -102,4 +102,4 @@ workflows:
102102
endpoint: https://api.london.cloud.service.gov.uk
103103
space: production
104104
context: govuk-paas-production
105-
manifest: PointerApi/manifest.yml
105+
manifest: manifest.yml

PointerApi/manifest.yml manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
applications:
3-
- name: EDD-PointerApi-sandbox
3+
- name: EDD-PointerApi-staging
44
buildpacks:
55
- dotnet_core_buildpack
66
memory: 256M

nuget.config

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="Nuget Online" value="https://api.nuget.org/v3/index.json" />
5+
</packageSources>
6+
</configuration>

0 commit comments

Comments
 (0)