Skip to content

Commit 7724707

Browse files
author
Robinson Aizprua
committed
Fixed Pipelines
1 parent e87a1b5 commit 7724707

11 files changed

+2
-241
lines changed

.DS_Store

8 KB
Binary file not shown.

GOC.ApiGateway/.gitignore

Lines changed: 0 additions & 40 deletions
This file was deleted.

GOC.ApiGateway/GOC.ApiGateway.sln

Lines changed: 0 additions & 17 deletions
This file was deleted.

GOC.ApiGateway/GOC.ApiGateway/Controllers/ValuesController.cs

Lines changed: 0 additions & 44 deletions
This file was deleted.

GOC.ApiGateway/GOC.ApiGateway/GOC.ApiGateway.csproj

Lines changed: 0 additions & 19 deletions
This file was deleted.

GOC.ApiGateway/GOC.ApiGateway/Program.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

GOC.ApiGateway/GOC.ApiGateway/Properties/launchSettings.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

GOC.ApiGateway/GOC.ApiGateway/Startup.cs

Lines changed: 0 additions & 40 deletions
This file was deleted.

GOC.ApiGateway/GOC.ApiGateway/appsettings.Development.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

GOC.ApiGateway/GOC.ApiGateway/appsettings.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

bitbucket-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pipelines:
1717
- aws configure set aws_secret_access_key $AWS_SECRET
1818
- aws ecr get-login | sh
1919
- docker build -t goc-api-gateway .
20-
- docker tag 577634299670.dkr.ecr.us-west-2.amazonaws.com/goc-api-gateway:prod
20+
- docker tag goc-api-gateway 577634299670.dkr.ecr.us-west-2.amazonaws.com/goc-api-gateway:prod
2121
- docker push 577634299670.dkr.ecr.us-west-2.amazonaws.com/goc-api-gateway:prod
2222
development:
2323
- step:
@@ -29,7 +29,7 @@ pipelines:
2929
- aws configure set aws_secret_access_key $AWS_SECRET
3030
- aws ecr get-login | sh
3131
- docker build -t goc-api-gateway .
32-
- docker tag 577634299670.dkr.ecr.us-west-2.amazonaws.com/goc-api-gateway:development
32+
- docker tag goc-api-gateway 577634299670.dkr.ecr.us-west-2.amazonaws.com/goc-api-gateway:development
3333
- docker push 577634299670.dkr.ecr.us-west-2.amazonaws.com/goc-api-gateway:development
3434
options:
3535
docker: true

0 commit comments

Comments
 (0)