Skip to content

Commit

Permalink
feat: scaffold repository
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Dec 14, 2023
1 parent 5536af2 commit 386e4ec
Show file tree
Hide file tree
Showing 67 changed files with 6 additions and 2,116 deletions.
5 changes: 1 addition & 4 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ build:
(cd $dir && wash build); \
done

version := "0.3.0"
version := "0.0.0"
push:
# Push to GHCR
wash push ghcr.io/cosmonic/cosmonic-gitops/wiretransfer_processmanager:{{version}} process_manager/build/wiretransfer_processmanager_s.wasm
wash push ghcr.io/cosmonic/cosmonic-gitops/bankaccount_projector:{{version}} projector/build/bankaccount_projector_s.wasm
wash push ghcr.io/cosmonic/cosmonic-gitops/bankaccount_aggregate:{{version}} aggregate/build/bankaccount_aggregate_s.wasm
wash push ghcr.io/cosmonic/cosmonic-gitops/bankaccount_catalog:{{version}} eventcatalog/actor/build/bankaccountcatalog_s.wasm
5 changes: 0 additions & 5 deletions aggregate/.cargo/config.toml

This file was deleted.

16 changes: 0 additions & 16 deletions aggregate/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion aggregate/.keys/bankaccount_aggregate_module.nk

This file was deleted.

27 changes: 0 additions & 27 deletions aggregate/Cargo.toml

This file was deleted.

33 changes: 0 additions & 33 deletions aggregate/README.md

This file was deleted.

199 changes: 0 additions & 199 deletions aggregate/src/commands.rs

This file was deleted.

Loading

0 comments on commit 386e4ec

Please sign in to comment.