We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b050de5 commit 445a747Copy full SHA for 445a747
.github/workflows/ci-cd.yml
@@ -72,6 +72,6 @@ jobs:
72
file: src/Presentation/BookLibraryAPI.Presentation/Dockerfile
73
push: true
74
tags: abdulwaisa/booklibraryapi:latest
75
- - name: Deploy with Docker Compose
76
- run: |
77
- docker compose -f docker-compose.example.yaml up -d
+ # - name: Deploy with Docker Compose //If dploy on server directly
+ # run: |
+ # docker compose -f docker-compose.example.yaml up -d
0 commit comments