diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 6244052..6d71bc9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -52,7 +52,7 @@ jobs: - name: Login to Gitea Registry uses: docker/login-action@v3 with: - registry: git.dev.microservices.al + registry: git.dev.trmtracking.org username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} @@ -61,8 +61,4 @@ jobs: with: context: . push: true - tags: git.dev.microservices.al/trm/tcp-ingestion:main - - - name: Trigger Portainer Deploy - if: success() - run: curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}" + tags: git.dev.trmtracking.org/trm/tcp-ingestion:main diff --git a/compose.dev.yaml b/compose.dev.yaml index 88a07c0..33f8b9b 100644 --- a/compose.dev.yaml +++ b/compose.dev.yaml @@ -6,7 +6,7 @@ # Redis. # # For STAGE and PRODUCTION deployment, use the multi-service compose in -# the sibling `deploy/` repo (https://git.dev.microservices.al/trm/deploy), +# the sibling `deploy/` repo (https://git.dev.trmtracking.org/trm/deploy), # which references this service by its registry image tag instead of # building locally. #