diff --git a/.gitignore b/.gitignore index 9da127f..b297590 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ tmp/ .env .mirror keys/ +*.bin diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c31d705..1efc1db 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,11 +33,11 @@ deploy-neocities: # First the html - bash upload.sh -h # then we do the media files - - > for file in $(find media);do - if [ -f $file ];then - bash upload.sh -m $file - fi - done + - for file in $(find media);do \ + if [ -f $file ];then \ + bash upload.sh -m $file \ + fi \ + done