diff --git a/.drone.yml b/.drone.yml index 86b3718d..41bdc39d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -118,7 +118,7 @@ steps: image: openpriv/drone-gogs pull: if-not-exists environment: - BUILDFILES_KEY: + BUILDFILES_KEY:ls from_secret: buildfiles_key secrets: [gogs_account_token] when: @@ -138,6 +138,7 @@ steps: - cd .. - scp -r -o StrictHostKeyChecking=no -i ~/id_rsa $DIR buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/ - cd /drone/src/ + - ls -l - ./gen-nightly-index.sh $DIR - scp -r -o StrictHostKeyChecking=no -i ~/id_rsa cwtch-nightly.html buildfiles@build.openprivacy.ca:/home/buildfiles/buildfiles/ # Upload Files to releases...if a release has been cut...