Skip to content

Commit

Permalink
fixes to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
beeinger committed May 3, 2024
1 parent 92005d7 commit 5fd647f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ubuntu/setup-copy-paste.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-c
sudo chmod +x /usr/local/bin/docker-compose &&\

echo "RUST" &&\
sudo apt install build-essential -y &&\
sudo apt install build-essential pkg-config libssl-dev -y &&\
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh &&\
source "$HOME/.cargo/env" &&\
cargo install --force cargo-make &&\
Expand Down
4 changes: 4 additions & 0 deletions crates/monitor_events/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ serde.workspace = true
serde_json.workspace = true
reqwest.workspace = true
common.workspace = true

[[bin]]
name = "monitor-events"
path = "src/main.rs"

0 comments on commit 5fd647f

Please sign in to comment.