diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index 304b8d2..4058d6a 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -46,5 +46,11 @@ jobs: - name: Build and run docker image run: docker compose -f $COMPOSE_FILE up --force-recreate --build -d + - name: Print deployment message + run: | + echo "Code has been updated and deployed to the server!" + echo "Commit hash: ${{ github.sha }}" + echo "Branch: ${{ github.ref }}" + - name: Verify that gateway is available run: docker ps