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 #!/bin/bash
if [ ! -z $CI_COMMIT_BRANCH ];then if [ ! -z $CI_COMMIT_BRANCH ];then
source $NEOCITIES_AUTH echo Gitlab CI Detected!
else echo $NEOCITIES_USER > .env
source ./.env echo $NEOCITIES_PASS >> .env
echo $NEOCITIES_KEY >> .env
fi fi
source ./.env
url="https://neocities.org" url="https://neocities.org"
auth="Authorization: Bearer $KEY" auth="Authorization: Bearer $KEY"
site=.mirror site=.mirror