Skip to content

Commit

Permalink
Remove auth key (#153)
Browse files Browse the repository at this point in the history
* Add local logo

This also fixes #149

* Remove auth token

And edited some firebase permissions as well,  fixes  #144
  • Loading branch information
Kreijstal committed Feb 18, 2018
1 parent 6324c7b commit 418e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Expand Up @@ -34,7 +34,7 @@ rm -rf out/*
cd ..

# Run our compile script
wget -q https://publiccodeasia.firebaseio.com/subscribers/permission.json?auth=tLtEcFft4F34hknRsT8sPEty0PGOqBMg1n8fLN13 -O signatures.json
wget -q https://publiccodeasia.firebaseio.com/subscribers/permission.json -O signatures.json
node signatures.js
mv signatures.json site/data/signatures/.
doCompile
Expand Down

0 comments on commit 418e5ce

Please sign in to comment.