Add deployment of branches

This commit is contained in:
Pieter Vander Vennet 2021-06-02 00:44:26 +02:00
parent a2bb21214b
commit 3f19c3223d

View file

@ -33,7 +33,7 @@ jobs:
run: | run: |
echo "Cloning destination repo" echo "Cloning destination repo"
git config --global user.email "pietervdvn@posteo.net" git config --global user.email "pietervdvn@posteo.net"
git config --global user.name "MapComplete" git config --global user.name "pietervdvn"
git clone --depth 1 --single-branch --branch master "https://x-access-token:$DEPLOY_KEY_PIETERVDVN@github.com/pietervdvn/pietervdvn.github.io.git" git clone --depth 1 --single-branch --branch master "https://x-access-token:$DEPLOY_KEY_PIETERVDVN@github.com/pietervdvn/pietervdvn.github.io.git"
echo "Destination repo is cloned" echo "Destination repo is cloned"