Rename 'app' service to 'got-app' in docker-compose.yml for clarity and consistency. Remove 'docker info' step from deploy.yml to streamline the deployment workflow.
Some checks failed
Deploy with Docker Compose / deploy (push) Failing after 2m55s

This commit is contained in:
Julien Froidefond
2025-12-10 14:15:32 +01:00
parent 65c73688e7
commit 1152389785
2 changed files with 1 additions and 4 deletions

View File

@@ -12,9 +12,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Show docker info
run: docker info
- name: Deploy stack
run: |
docker compose up -d