Skip to content

Commit

Permalink
Merge branch 'main' of github.com:lapig-ufg/lapig-task
Browse files Browse the repository at this point in the history
  • Loading branch information
tharlestsa committed Oct 3, 2024
2 parents 017ba6f + f34c7ee commit 9a6d927
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 9a6d927

Please sign in to comment.