Skip to content

Commit

Permalink
Update ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvarko committed Aug 18, 2023
1 parent e3ba87a commit 17e2433
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions werf.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
configVersion: 1
project: "web-client"
---
image: builder
image: web
from: node:16-alpine
git:
- add: /
Expand All @@ -22,18 +22,18 @@ shell:
- yarn install
setup:
- cd /app
- yarn build
- yarn start

---
image: web
from: nginx:alpine
git:
- add: /nginx.conf
to: /etc/nginx/nginx.conf
import:
- image: builder
add: /app/.output
to: /usr/share/nginx/html
after: setup
# ---
# image: web
# from: nginx:alpine
# git:
# - add: /nginx.conf
# to: /etc/nginx/nginx.conf
# import:
# - image: builder
# add: /app/.output
# to: /usr/share/nginx/html
# after: setup


0 comments on commit 17e2433

Please sign in to comment.