up
This commit is contained in:
parent
840bc9e2a3
commit
fb7068fddb
3 changed files with 3 additions and 4 deletions
|
@ -45,5 +45,5 @@ jobs:
|
||||||
else
|
else
|
||||||
echo "Rsync"
|
echo "Rsync"
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av dist/ web@forgeons.org:/home/web/forgeons
|
SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av --delete dist/ web@forgeons.org:/home/web/forgeons
|
||||||
fi
|
fi
|
||||||
|
|
2
dist/index.html
vendored
2
dist/index.html
vendored
|
@ -1,2 +0,0 @@
|
||||||
<h1 id="forgeons">Forgeons !</h1>
|
|
||||||
<p>This is not a test !!!!</p>
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
Un groupe de travail consacré à la forge libre et *open source* [Forgejo](https://forgejo.org).
|
Un groupe de travail consacré à la forge libre et *open source* [Forgejo](https://forgejo.org).
|
||||||
|
|
||||||
[Accéder à la forge du site](https://git.forgeons.org)
|
* [Accéder à la forge du site](https://git.forgeons.org)
|
||||||
|
* [Documentation](doc.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue