Switch to srs infra
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-03-28 00:59:41 +02:00
parent fe4cfeb838
commit 9622de49b9
3 changed files with 8 additions and 7 deletions

View File

@ -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:

View File

@ -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

View File

@ -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>