Test #1

Merged
maxime.daniels merged 6 commits from test into master 2026-07-28 18:03:59 +02:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit bcffd9f175 - Show all commits
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Déploiement FTP (10.10.40.12)
env:
FTP_USER: ${{ secrets.FTP_USER_TEST }} # Le compte FTP enfermé dans aegis.gise.be
FTP_USER: ${{ secrets.FTP_USER_TEST }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD_TEST }}
FTP_SERVER: ${{ secrets.FTP_SERVER }} # Doit contenir : 10.10.40.12
run: |
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Déploiement FTP (10.10.40.12)
env:
FTP_USER: ${{ secrets.FTP_USER }} # Le compte FTP enfermé dans aegis.gise.be
FTP_USER: ${{ secrets.FTP_USER }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
FTP_SERVER: ${{ secrets.FTP_SERVER }} # Doit contenir : 10.10.40.12
run: |
+1 -1
View File
@@ -79,7 +79,7 @@ export default function GiseLandingPage() {
</button>
<a href="#contact" className="hidden md:inline-flex items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md text-white bg-gise-accent hover:bg-gise-accentHover transition-colors">
Réponse à Incident
Nous Contacter
</a>
</div>
</div>