Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
napalmpapalam committed Dec 7, 2023
1 parent 48e4ece commit df6c005
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
4 changes: 0 additions & 4 deletions werf-giterminism.yaml

This file was deleted.

7 changes: 1 addition & 6 deletions werf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
configVersion: 1
project: "dashboard-rarime"
project: "web-client"
---
image: builder
from: node:18-alpine
Expand All @@ -13,16 +13,11 @@ git:
setup:
- "**/*"
shell:
beforeInstall:
- apk --no-cache --update --virtual build-dependencies add python3 make g++ git
install:
- cd /app
- yarn install
setup:
- cd /app
- export VITE_SENTRY_AUTH_TOKEN="{{ env "VITE_SENTRY_AUTH_TOKEN" }}"
- export VITE_SENTRY_DSN="{{ env "VITE_SENTRY_DSN" }}"
- export VITE_APP_DOMAIN="{{ env "VITE_APP_DOMAIN" }}"
- yarn build

---
Expand Down

0 comments on commit df6c005

Please sign in to comment.