Moved things about

This commit is contained in:
Cirx08
2024-11-15 22:36:57 +00:00
parent aa71faa49b
commit e676f3513d
94 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -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

View File

@@ -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'

View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

Before

Width:  |  Height:  |  Size: 174 KiB

After

Width:  |  Height:  |  Size: 174 KiB