Setting up CD

This commit is contained in:
pietervdvn 2021-06-01 13:53:08 +02:00
parent 9dd6ef7b09
commit 32398195a0

View file

@ -16,7 +16,7 @@ jobs:
echo "Cloning destination repo"
git config --global user.email "pietervdvn+mapcomplete@posteo.net"
git config --global user.name "MapComplete"
git clone --single-branch --branch main "https://x-access-token:$API_TOKEN_GITHUB@github.com/MapComplete/mapcomplete.github.io.git"
git clone --single-branch --branch main "https://x-access-token:$DEPLOY_KEY@github.com/MapComplete/mapcomplete.github.io.git"
echo "Destination repo is cloned"
- name: "Copying files"