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