Skip to content

Commit

Permalink
add: ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
ActivePeter committed Nov 29, 2023
1 parent a71e5d7 commit 624ed5e
Show file tree
Hide file tree
Showing 24 changed files with 279 additions and 345 deletions.
1 change: 1 addition & 0 deletions RunnerGo
Submodule RunnerGo added at 443094
16 changes: 8 additions & 8 deletions docker/WasmServerless/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ DOCKER_DIR="$CURRENT_DIR/docker/WasmServerless"
IMAGE_VERSION="v1"
IMAGE_NAME="wasm_serverless:$IMAGE_VERSION"

if [ ! -d $TARGET_DIR ]
then
cargo build --release
if test $? -ne 0
then
exit 1
fi
fi
# if [ ! -d $TARGET_DIR ]
# then
# cargo build --release
# if test $? -ne 0
# then
# exit 1
# fi
# fi


mkdir -p $DOCKER_DIR/target/release
Expand Down
93 changes: 0 additions & 93 deletions docker/deploy_cluster/build_remote_images.py

This file was deleted.

77 changes: 0 additions & 77 deletions docker/deploy_cluster/docker-stack.yml

This file was deleted.

141 changes: 0 additions & 141 deletions docker/deploy_cluster/prepare.py

This file was deleted.

1 change: 0 additions & 1 deletion docker/deploy_cluster/stack_remove_all.sh

This file was deleted.

2 changes: 0 additions & 2 deletions docker/deploy_cluster/stack_up.sh

This file was deleted.

1 change: 0 additions & 1 deletion docker/docker-tc
Submodule docker-tc deleted from 8b1355
2 changes: 2 additions & 0 deletions scripts/ans/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.retry
docker.zip
Loading

0 comments on commit 624ed5e

Please sign in to comment.