Setting up CD

This commit is contained in:
pietervdvn 2021-06-01 13:46:04 +02:00
parent 63d11ea806
commit 9dd6ef7b09

View file

@ -27,5 +27,6 @@ jobs:
cd mapcomplete.github.io/
echo "mapcomplete.osm.be" > CNAME
echo "Test" > test
git add *
git commit -am "Deploying a new version"
git push