This commit is contained in:
naielv
2025-07-15 14:12:58 +02:00
parent 5e92452699
commit 8ee724ba14

View File

@@ -37,8 +37,6 @@ jobs:
port: 22 # Remote server port - REQUIRED false - DEFAULT 22
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
scp_options: -v # Flags to use during scp - REQUIRED false - DEFAULT ''
- name: "zip-it-up"
run: "zip -r TeleSec-dist.zip ./dist"
- name: Upload as release