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
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Clone deployment repo
|
- name: Clone deployment repo
|
||||||
|
env:
|
||||||
|
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
||||||
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"
|
||||||
|
@ -20,8 +22,6 @@ jobs:
|
||||||
echo "Destination repo is cloned"
|
echo "Destination repo is cloned"
|
||||||
|
|
||||||
- name: "Copying files"
|
- name: "Copying files"
|
||||||
env:
|
|
||||||
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
|
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying"
|
echo "Deploying"
|
||||||
# rm -rf mapcomplete.github.io/*
|
# rm -rf mapcomplete.github.io/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue