This commit is contained in:
parent
fe4cfeb838
commit
9622de49b9
@ -25,12 +25,13 @@ steps:
|
|||||||
validate: true
|
validate: true
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-scp:linux-arm
|
image: appleboy/drone-scp
|
||||||
settings:
|
settings:
|
||||||
debug: true
|
debug: true
|
||||||
tar_tmp_path: /tmp/
|
tar_tmp_path: /tmp/
|
||||||
host: srs.nemunai.re
|
host:
|
||||||
target: /var/www/nemunai.re/srs/fic/
|
from_secret: ssh_host
|
||||||
|
target: /var/www/fic/doc/
|
||||||
source: public/*
|
source: public/*
|
||||||
strip_components: 1
|
strip_components: 1
|
||||||
username:
|
username:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
baseURL = "https://srs.nemunai.re/fic/"
|
baseURL = "https://fic.srs.epita.fr/doc/"
|
||||||
languageCode = "fr-fr"
|
languageCode = "fr-fr"
|
||||||
defaultContentLanguage = "fr"
|
defaultContentLanguage = "fr"
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ metaDataFormat = "yaml"
|
|||||||
editURL = "https://git.nemunai.re/fic/help/src/branch/master/content/"
|
editURL = "https://git.nemunai.re/fic/help/src/branch/master/content/"
|
||||||
description = "Préparation du challenge forensic EC2"
|
description = "Préparation du challenge forensic EC2"
|
||||||
themeVariant = "blue"
|
themeVariant = "blue"
|
||||||
author = "SRS 2023"
|
author = "SRS 2024"
|
||||||
showVisitedLinks = true
|
showVisitedLinks = true
|
||||||
disableBreadcrumb = false
|
disableBreadcrumb = false
|
||||||
disableNextPrev = true
|
disableNextPrev = true
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<a id="logo" href="/fic/">
|
<a id="logo" href="/doc/">
|
||||||
<img src="/fic/img/fic.png" alt="FIC2020">
|
<img src="/doc/img/fic.png" alt="FIC">
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user