diff --git a/.github/workflows/utilities-ee.yaml b/.github/workflows/utilities-ee.yaml index a589bfb81..f9a1ac677 100644 --- a/.github/workflows/utilities-ee.yaml +++ b/.github/workflows/utilities-ee.yaml @@ -1,4 +1,4 @@ -# This action will push the utilities changes to aws +# This action will push the assist changes to aws on: workflow_dispatch: push: @@ -10,7 +10,7 @@ on: - "!utilities/.gitignore" - "!utilities/*-dev.sh" -name: Build and Deploy Utilities EE +name: Build and Deploy Assist EE jobs: deploy: diff --git a/.github/workflows/utilities.yaml b/.github/workflows/utilities.yaml index b33d86c21..7d2792d9b 100644 --- a/.github/workflows/utilities.yaml +++ b/.github/workflows/utilities.yaml @@ -1,15 +1,15 @@ -# This action will push the utilities changes to aws +# This action will push the assist changes to aws on: workflow_dispatch: push: branches: - - dev + - api-v1.10.0 paths: - "utilities/**" - "!utilities/.gitignore" - "!utilities/*-dev.sh" -name: Build and Deploy Utilities +name: Build and Deploy Assist jobs: deploy: diff --git a/utilities/Dockerfile b/utilities/Dockerfile index bd47e1c71..8f4d98549 100644 --- a/utilities/Dockerfile +++ b/utilities/Dockerfile @@ -21,4 +21,4 @@ USER 1001 ADD --chown=1001 https://static.openreplay.com/geoip/GeoLite2-Country.mmdb $MAXMINDDB_FILE ENTRYPOINT ["/sbin/tini", "--"] -CMD npm start +CMD npm start \ No newline at end of file