diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a31fa83..76f2bce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -67,7 +67,7 @@ jobs: strategy: fail-fast: false matrix: - service: [backend, discord-gateway, proxy] + service: [backend, discord-gateway, proxy, frontend] steps: - name: Checkout uses: actions/checkout@v7