From f34c7eee871b205e62a10b48f3cd53539c694b18 Mon Sep 17 00:00:00 2001 From: Jairo Matos Da Rocha Date: Wed, 2 Oct 2024 00:01:44 -0300 Subject: [PATCH] --file --- .github/workflows/prod.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 84afa85..7ba701a 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -96,21 +96,25 @@ jobs: run: | /compose/resetapp.sh --title "Task api" \ --container "task_api" \ + --file "api" \ --github "https://github.com/${{ github.repository }}" \ --commit "${{ needs.build.outputs.LAST_COMMIT_HASH }}" \ ${{ needs.build.outputs.APPLICATION_NAME }} /compose/resetapp.sh --title "Task Dashboard" \ --container "task_dashboard" \ + --file "dashboard" \ --github "https://github.com/${{ github.repository }}" \ --commit "${{ needs.build.outputs.LAST_COMMIT_HASH }}" \ ${{ needs.build.outputs.APPLICATION_NAME }} /compose/resetapp.sh --title "Task Redis" \ --container "task_redis" \ + --file "redis" \ --github "https://github.com/${{ github.repository }}" \ --commit "${{ needs.build.outputs.LAST_COMMIT_HASH }}" \ ${{ needs.build.outputs.APPLICATION_NAME }} /compose/resetapp.sh --title "Task Worker" \ --container "task_worker" \ + --file "worker" \ --github "https://github.com/${{ github.repository }}" \ --commit "${{ needs.build.outputs.LAST_COMMIT_HASH }}" \ ${{ needs.build.outputs.APPLICATION_NAME }} \ No newline at end of file