Skip to content

Commit

Permalink
fdsnm,la
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Mar 4, 2024
1 parent 82e0c96 commit 6449d94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy Infra

on:
workflow_dispatch:
workflow_call:

jobs:
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ RUN rustup target add wasm32-unknown-unknown
ENV LEPTOS_OUTPUT_NAME="dev-asm"
RUN cargo leptos build -r -vv





FROM rustlang/rust:nightly-bullseye

COPY --from=builder /app/target/release/dev-asm /app/
Expand Down

0 comments on commit 6449d94

Please sign in to comment.