wip: secrets sanity check
ci/woodpecker/push/woodpecker Pipeline failed Details

Tomáš Mládek 2023-08-12 16:36:48 +02:00
parent cc4cb206ef
commit 0cb9651aba
1 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,14 @@
pipeline:
debug:publish-nightly:
image: albedo.lan:5000/upend-deploy:latest
pull: true
commands:
- echo "$GPG_SIGN_KEY" | wc -l
- echo "$SSH_CONFIG"
- echo "$GPG_SIGN_KEY" | gpg --import
- "false"
secrets: [gpg_sign_key, ssh_config, ssh_upload_key, ssh_known_hosts]
prepare:cache:frontend:
group: init
image: albedo.lan:5000/upend-node:latest