Add deployment of branches

This commit is contained in:
pietervdvn 2021-06-02 00:10:51 +02:00
parent 9bdfb76126
commit a25b05de67

View file

@ -34,7 +34,7 @@ jobs:
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 "MapComplete"
git clone --depth 1 --single-branch --branch main "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"
- name: "Copying files" - name: "Copying files"