forked from MapComplete/MapComplete
Add deployment of branches
This commit is contained in:
parent
9bdfb76126
commit
a25b05de67
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_pietervdvn.yml
vendored
2
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue