atttempting to cheese gitlab

This commit is contained in:
shockrah 2021-02-10 21:03:47 -08:00
parent 1b6f36b972
commit 3dc097a377

View File

@ -1,11 +1,14 @@
#!/bin/bash
if [ ! -z $CI_COMMIT_BRANCH ];then
source $NEOCITIES_AUTH
else
source ./.env
echo Gitlab CI Detected!
echo $NEOCITIES_USER > .env
echo $NEOCITIES_PASS >> .env
echo $NEOCITIES_KEY >> .env
fi
source ./.env
url="https://neocities.org"
auth="Authorization: Bearer $KEY"
site=.mirror