Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

Commit

Permalink
fix(ci): example to initialize example on staging #62
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielrtakeda committed May 8, 2018
1 parent 1069a75 commit 0ec1ac5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline:
build:
image: node:9
image: node:latest
commands:
- yarn
- ./node_modules/.bin/lerna bootstrap
Expand Down Expand Up @@ -58,7 +58,7 @@ pipeline:
event: tag

npm-publish:
image: node:9
image: node:latest
commands:
- yarn release
when:
Expand Down
4 changes: 1 addition & 3 deletions packages/slate-editor-example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
FROM node:latest
MAINTAINER Nossas <tech@nossas.org>

WORKDIR /usr/src/app

WORKDIR /code
COPY . .
RUN yarn

CMD ["yarn", "start"]

0 comments on commit 0ec1ac5

Please sign in to comment.