Merge remote-tracking branch 'origin/api-v1.10.0' into dev
This commit is contained in:
commit
75bb198a51
3 changed files with 6 additions and 6 deletions
4
.github/workflows/utilities-ee.yaml
vendored
4
.github/workflows/utilities-ee.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
6
.github/workflows/utilities.yaml
vendored
6
.github/workflows/utilities.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Add table
Reference in a new issue