diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 10ff487..a789044 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -32,5 +32,5 @@ jobs: -e TARGET_DOMAINS=${{ env.TARGET_DOMAINS }} \ -e TARGET_PROTOCOL=${{ env.TARGET_PROTOCOL }} \ -e TARGET_SSL_VERIFY=${{ env.TARGET_SSL_VERIFY }} \ - ${{ vars.GIT_INSTANCE }}/mt77/monitor:latest >> /tmp/deploy.log + ${{ vars.GIT_INSTANCE }}/mt77/monitor:latest >> /tmp/deploy.log 2>&1 \ No newline at end of file