forked from MapComplete/MapComplete
Setting up CD
This commit is contained in:
parent
bee51446a5
commit
4458f96ba6
1 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Clone deployment repo
|
||||
env:
|
||||
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||
run: |
|
||||
echo "Cloning destination repo"
|
||||
git config --global user.email "pietervdvn@posteo.net"
|
||||
|
@ -20,8 +22,6 @@ jobs:
|
|||
echo "Destination repo is cloned"
|
||||
|
||||
- name: "Copying files"
|
||||
env:
|
||||
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||
run: |
|
||||
echo "Deploying"
|
||||
# rm -rf mapcomplete.github.io/*
|
||||
|
|
Loading…
Reference in a new issue