Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shayki5 committed Nov 1, 2023
1 parent c363c42 commit 833edc5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5,018 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: ["main"]
paths-ignore:
- '.github/**'
- ".github/**"

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
AZURE_APP_ID: ${{ secrets.AZURE_APP_ID }}
AZURE_APP_KEY: ${{ secrets.AZURE_APP_KEY }}
- name: Send Uodate
- name: Send Update
uses: fjogeleit/http-request-action@v1
with:
url: "${{ secrets.UPDATE_WEB_HOOK }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
push:
branches: [main]
paths-ignore:
- '.github/**'
- ".github/**"
pull_request:
branches: [main]
paths-ignore:
- '.github/**'
- ".github/**"

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ---- Base Node ----
FROM node:alpine AS base
FROM node:18-alpine AS base

RUN apk add --no-cache \
chromium \
Expand Down Expand Up @@ -29,6 +29,7 @@ COPY package-lock.json .
COPY ./patches ./patches
COPY ./src ./src


RUN npm ci
RUN npm run build
# RUN npm prune --production
Expand Down
Loading

0 comments on commit 833edc5

Please sign in to comment.