Skip to content

Commit

Permalink
infra: Fix scripts location for explorer and frontend playbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed May 19, 2019
1 parent 345d618 commit 1c1906b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 4 additions & 0 deletions infra/deployment/playbooks/scripts/build-server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
cd ../../../server/ && sbt dist && cd -
cp ../../../server/target/universal/xsn-block-explorer-0.1.0-SNAPSHOT.zip app.zip
4 changes: 4 additions & 0 deletions infra/deployment/playbooks/scripts/build-web-ui.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -e
cd ../../../web-ui/ && ng build --prod && zip -r web.zip dist/* && cd -
mv ../../../web-ui/web.zip web.zip
4 changes: 0 additions & 4 deletions infra/deployment/scripts/build-server.sh

This file was deleted.

4 changes: 0 additions & 4 deletions infra/deployment/scripts/build-web-ui.sh

This file was deleted.

0 comments on commit 1c1906b

Please sign in to comment.