Moved things about
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,3 +10,5 @@
|
||||
/WeddingShare/WeddingShare/appsettings.Development.json
|
||||
/WeddingShare/WeddingShare/appsettings.Production.json
|
||||
/WeddingShare/WeddingShare/appsettings.Development.json
|
||||
/WeddingShare/appsettings.Development.json
|
||||
/WeddingShare/wwwroot/gallery
|
||||
|
||||
@@ -25,7 +25,7 @@ before_script:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- 'docker build -t $CI_REGISTRY_IMAGE:dev -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA -f WeddingShare/WeddingShare/Dockerfile .'
|
||||
- 'docker build -t $CI_REGISTRY_IMAGE:dev -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA -f WeddingShare/Dockerfile .'
|
||||
- 'docker push $CI_REGISTRY_IMAGE:dev'
|
||||
- 'docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA'
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Reference in New Issue
Block a user