This commit is contained in:
naielv
2025-07-15 14:01:08 +02:00
parent 659c1f8cc5
commit 5e92452699

View File

@@ -38,7 +38,6 @@ jobs:
user: ${{secrets.USER}} # Remote server user - REQUIRED true
key: ${{secrets.KEY}} # Remote server private key - REQUIRED at least one of "password" or "key"
post_upload: "ls ${{ secrets.FOLDER }}" # Command to run via ssh after scp upload - REQUIRED false
ssh_options: -o StrictHostKeyChecking=no # A set of ssh_option separated by -o - REQUIRED false - DEFAULT -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
scp_options: -v # Flags to use during scp - REQUIRED false - DEFAULT ''
- name: "zip-it-up"
run: "zip -r TeleSec-dist.zip ./dist"