parent
f9be2222e9
commit
1459354668
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue