Setting up CD

This commit is contained in:
pietervdvn 2021-06-01 14:37:44 +02:00
parent c2601e709e
commit abcf973ed8

View file

@ -44,7 +44,7 @@ jobs:
run: |
echo "Deploying"
rm -rf mapcomplete.github.io/*
cp dist/* mapcomplete.github.io/
cp -r dist/* mapcomplete.github.io/
cd mapcomplete.github.io/
echo "mapcomplete.osm.be" > CNAME
git add *