Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
43ad7bd7
Commit
43ad7bd7
authored
Aug 11, 2017
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: wercker fixes
parent
3f08a4d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
wercker.yml
wercker.yml
+11
-4
No files found.
wercker.yml
View file @
43ad7bd7
build
:
box
:
node:8
-alpine
box
:
node:8
steps
:
-
script
:
name
:
install dependencies
code
:
|
apk update
apk add bash build-base curl
git openssh
yarn
apk add bash build-base curl yarn
-
script
:
name
:
yarn install
code
:
|
...
...
@@ -21,10 +21,12 @@ build:
yarn install --production --ignore-scripts --prefer-offline
-
script
:
name
:
copy artifacts
code
:
cp assets server config.sample.yml package.json wiki.cmd wiki.js "$WERCKER_OUTPUT_DIR"
code
:
|
ls
cp -LR assets node_modules server config.sample.yml package.json wiki.cmd wiki.js "$WERCKER_OUTPUT_DIR"
deploy-github
:
box
:
node:8
-alpine
box
:
node:8
steps
:
-
script
:
name
:
package
...
...
@@ -47,6 +49,11 @@ deploy-github:
deploy-docker-master
:
box
:
node:8-alpine
-
script
:
name
:
install dependencies
code
:
|
apk update
apk add bash curl git openssh
steps
:
-
internal/docker-scratch-push
:
username
:
$DOCKER_HUB_USERNAME
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment