up
All checks were successful
/ publish (push) Successful in 1m6s

This commit is contained in:
milovann 2024-12-14 21:59:56 +01:00
parent f9be2222e9
commit 1459354668

View file

@ -9,20 +9,14 @@ jobs:
apt install -y pandoc
export DEBIAN_FRONTEND=noninteractive ; apt-get -qq update && apt-get install -y --quiet sshpass rsync
- name: Update website
if: ${{ secrets.WEBTOKEN != '' }}
if: ${{ secrets.RVBA != '' }}
run: |
echo "Cloning"
echo ${{ secrets.WEBTOKEN }}
git clone https://rvba:${{ secrets.RVBA }}@git.forgeons.org/rvba/web
echo "Cd"
cd web
echo "Config"
git config user.email "ci@git.forgeons.org"
git config user.name "forgeons-web"
cd scripts
echo "Script"
./web.sh batch
cd ..
echo "Rsync"
export DEBIAN_FRONTEND=noninteractive
SSHPASS="${{ secrets.RVBA }}" rsync --rsh='sshpass -e ssh -oStrictHostKeyChecking=no' -av --delete dist/ web@forgeons.org:/home/web/forgeons