File tree Expand file tree Collapse file tree 5 files changed +4
-2
lines changed
src/StatCan.OrchardCore.Cms.Web Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 40
40
password : ${{ secrets.REGISTRY_PASSWORD }}
41
41
# Container build and push to a Azure Container registry (ACR)
42
42
- run : |
43
+ cd src/StatCan.OrchardCore.Cms.Web
43
44
docker build -f Dockerfile -t ${{ env.REGISTRY_NAME }}.azurecr.io/statcan-orchardcore:${{ env.BUILD_NUMBER }} .
44
45
docker push ${{ env.REGISTRY_NAME }}.azurecr.io/statcan-orchardcore:${{ env.BUILD_NUMBER }}
45
46
# Set the target Azure Kubernetes Service (AKS) cluster.
Original file line number Diff line number Diff line change 40
40
password : ${{ secrets.REGISTRY_PASSWORD }}
41
41
# Container build and push to a Azure Container registry (ACR)
42
42
- run : |
43
+ cd src/StatCan.OrchardCore.Cms.Web
43
44
docker build -f Dockerfile -t ${{ env.REGISTRY_NAME }}.azurecr.io/statcan-orchardcore:${{ env.BUILD_NUMBER }} .
44
45
docker push ${{ env.REGISTRY_NAME }}.azurecr.io/statcan-orchardcore:${{ env.BUILD_NUMBER }}
45
46
# Set the target Azure Kubernetes Service (AKS) cluster.
Original file line number Diff line number Diff line change 2
2
* /*
3
3
4
4
# except release
5
- ! /src / StatCan.OrchardCore.Cms.Web / .build /release /*
5
+ ! /.build /release /*
6
6
! docker_run.sh
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ EXPOSE 80
4
4
WORKDIR /app
5
5
COPY ./docker_run.sh ./docker_run.sh
6
6
RUN chmod +x docker_run.sh
7
- COPY ./src/StatCan.OrchardCore.Cms.Web/ .build/release .
7
+ COPY ./.build/release .
8
8
9
9
ENTRYPOINT ["./docker_run.sh" ]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments