This commit is contained in:
parent
d81b02c2fe
commit
fa54943869
3 changed files with 3 additions and 3 deletions
|
@ -34,4 +34,4 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: gitea.mrdev023.fr/mrdev023/portfolio:latest
|
||||
tags: gitea.mrdev023.fr/florian.richer/portfolio:latest
|
|
@ -22,7 +22,7 @@ WORKDIR /app
|
|||
COPY . .
|
||||
|
||||
# Build the app
|
||||
ENV CARGO_BUILD_JOBS=1
|
||||
ENV CARGO_BUILD_JOBS=2
|
||||
RUN cargo leptos build --release -vv
|
||||
|
||||
FROM rustlang/rust:nightly-bullseye as runner
|
||||
|
|
|
@ -12,7 +12,7 @@ pub fn TopComponent() -> impl IntoView {
|
|||
<img src="https://devemyhg.lycee-darchicourt.net/wp-content/uploads/2018/01/No-picture.png" alt="Ma photo" />
|
||||
</div>
|
||||
<div class="top_component__presentation">
|
||||
<h1>Florian RICHER</h1>
|
||||
<h1>Florian RICHER + 2</h1>
|
||||
<h4>"Développeur d´application Web et Mobile"</h4>
|
||||
<p>
|
||||
r#"
|
||||
|
|
Loading…
Reference in a new issue