Skip to content
Snippets Groups Projects
Unverified Commit ab0984e2 authored by kogeletey's avatar kogeletey
Browse files

.build.yml: fixed npm run gen

parent 92a4ab61
No related branches found
Tags v0.1.0
No related merge requests found
......@@ -18,7 +18,7 @@ tasks:
ssh-keyscan github.com > "$HOME"/.ssh/known_hosts && cd karzok && git push --mirror "$github_mirror" || echo "failed mirroring"
- generate: |
cd karzok
npm gen
npm run gen
- deploy: |
pip install awscli-plugin-endpoint
aws s3 cp --recursive karzok/public s3://fmatch.org
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment