Checking Drone

This commit is contained in:
Sarah Jamie Lewis 2024-02-26 10:03:20 -08:00
parent dc45506f69
commit 03ffed9b25
Signed by: sarah
GPG Key ID: F27FD21A270837EF
1 changed files with 2 additions and 1 deletions

View File

@ -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...