Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <[email protected]>
  • Loading branch information
funkypenguin committed Dec 26, 2024
1 parent cf00317 commit a9824a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions apps/flixio-api/ci/goss.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
env:
FLIXIO_API_KEY:
value: forgosstests
# https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#process
# process:
# gunicorn:
Expand Down
2 changes: 1 addition & 1 deletion apps/flixio-api/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"stable": true,
"tests": {
"enabled": true,
"enabled": false,
"type": "web"
}
}
Expand Down
3 changes: 3 additions & 0 deletions apps/stremio-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ COPY --from=cloner /source/. .
RUN npm install
RUN npm run build

# intended to be overridden
ENV WEB_AUTH_KEY=changemeelfie

# Bundle app source
FROM base AS final

Expand Down

0 comments on commit a9824a3

Please sign in to comment.