Skip to content

Commit

Permalink
match template relazione fornito
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-lirussi committed Aug 6, 2021
1 parent 29e2ec9 commit d303368
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/LatexBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ jobs:
steps:
- name: Clone git repo
uses: actions/checkout@v2
- name: Setup git repo
- name: Setup git repo and download all tags
run: |
git config user.name github-actions
git config user.email [email protected]
git config user.name igor-lirussi
git config user.email [email protected]
git fetch --all
- name: Clone Pandoc dependency
run: |
Expand Down
2 changes: 1 addition & 1 deletion Tex/LargeScaleDeployment.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

% In questa sezione va discussa, eventualmente con l'ausilio di opportuni diagrammi (componenti, deployment), l'evoluzione del progetto presentato immaginando che venga adottato su larga scala. I dettagli qui esposti devono quindi astrarre dalle specifiche dell'elaborato qualora l'implementazione sia stata focalizzata su uno scenario isolato. A titolo d'esempio, qualora applicabile, devono essere evidenziate le criticità che si potrebbero incontrare e devono essere proposte soluzioni tipiche in contesti di cloud architecture per garantire un'adeguata resilienza, in termini di availability e scalability del sistema.

\chapter{Analisi di Deployment su Larga Scala}
\chapter{Analisi di Deployment}
10 changes: 6 additions & 4 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,19 @@
RELAZIONE DI PROGETTO \\ DI \\ “APPLICAZIONI E SERVIZI WEB” \\
\hrulefill \\
}
Weather Vortex \\

Weather Vortex
\ifthenelse{\value{Site}=1}{
\\
\hrulefill \\
}
}
\author{
Zandoli Silvia \\ \emailaddr{[email protected]}
Zandoli Silvia \\ 0000950299 \\ \emailaddr{[email protected]}
\and
Tentoni Daniele \\ \emailaddr{[email protected]}
Tentoni Daniele \\ 0000925471 \\ \emailaddr{[email protected]}
\and
Lirussi Igor \\ \emailaddr{[email protected]}
Lirussi Igor \\ 0000949711 \\ \emailaddr{[email protected]}
\\ \\ \\
}

Expand Down

0 comments on commit d303368

Please sign in to comment.