File tree 3 files changed +10
-4
lines changed
3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ workflows:
43
43
endpoint : https://api.london.cloud.service.gov.uk
44
44
space : SANDBOX
45
45
context : govuk-paas-sandbox
46
- manifest : PointerApi/ manifest.yml
46
+ manifest : manifest.yml
47
47
build-deploy-staging :
48
48
jobs :
49
49
- build :
@@ -75,7 +75,7 @@ workflows:
75
75
endpoint : https://api.london.cloud.service.gov.uk
76
76
space : staging
77
77
context : govuk-paas-staging
78
- manifest : PointerApi/ manifest.yml
78
+ manifest : manifest.yml
79
79
build-deploy-prod :
80
80
jobs :
81
81
- build :
@@ -102,4 +102,4 @@ workflows:
102
102
endpoint : https://api.london.cloud.service.gov.uk
103
103
space : production
104
104
context : govuk-paas-production
105
- manifest : PointerApi/ manifest.yml
105
+ manifest : manifest.yml
Original file line number Diff line number Diff line change 1
1
---
2
2
applications :
3
- - name : EDD-PointerApi-sandbox
3
+ - name : EDD-PointerApi-staging
4
4
buildpacks :
5
5
- dotnet_core_buildpack
6
6
memory : 256M
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments