Download Latest Version kappalayout.jar (13.1 kB)
Email in envelope

Get an email when there's a new version of andremikulec

Home
Name Modified Size InfoDownloads / Week
DIRECTORY 2025-06-15
Meld.3.20.4.Portable.7z 2024-12-15 32.1 MB
R-4.3.1patched.7z 2023-10-04 86.7 MB
R-4.3.1patched-win.exe 2023-10-04 83.9 MB
MacroManager-1.3.1.zip 2023-08-01 289.9 kB
testapp_Windows_Debug.zip 2023-06-06 26.8 MB
testapp_Android_AppBundle_Debug.zip 2023-06-06 61.5 MB
testapp_macOS_Debug.zip 2023-06-06 31.8 MB
testapp_iOS_NoCodeSign.tar.gz 2023-06-06 7.0 MB
testapp_Web_Release.tar.gz 2023-06-06 7.1 MB
testapp_LinuxARM64_Debug.tar.gz 2023-06-06 23.9 MB
testapp_Linux_Release.tar.gz 2023-06-06 8.7 MB
testapp_Windows_Release.zip 2023-06-06 10.4 MB
testapp_Android_Debug.zip 2023-06-06 9 Bytes
testapp_Linux_Debug.tar.gz 2023-06-06 24.6 MB
ftp.txt 2022-11-15 211 Bytes
ALPHA.txt 2022-11-15 8 Bytes
kappalayout.zip 2022-09-30 12.7 kB
jEdit_5.5.0_Andre_Useful_Plugins.zip 2022-09-30 1.0 MB
NEWS.txt 2022-09-05 1.2 MB
readme_Test_SFTP_Deploy_Files.md 2022-07-17 1.0 kB
kappalayout.jar 2022-07-01 13.1 kB
MyFile 2021-02-10 6 Bytes
appveyortest3_1.0.0-67-master_2.txt 2021-02-05 10 Bytes
appveyortest3_1.0.0-66-master_2.txt 2021-02-05 10 Bytes
appveyortest3_1.0.0-65-master_2.txt 2021-02-05 10 Bytes
Totals: 26 Items   407.1 MB 2

Github Actions deploy a file to an SFTP site

on: [push]

jobs:
    deploy_job:
    runs-on: ubuntu-latest
    name: deploy
    steps:
        - name: Checkout
        uses: actions/checkout@v2
        - name: Deploy file
        uses: wlixcc/SFTP-Deploy-Action@v1.2.4
        with:
            username: ${{ secrets.FTP_USERNAME }}
            server: ${{ secrets.FTP_SERVER }}
            port: ${{ secrets.FTP_PORT }}
            local_path: './static/*'
            remote_path: '/var/www/app'
            sftp_only: true
            password: ${{ secrets.FTP_PASSWORD }}
ssh_private_key - REQUIRED:yes 
    You can copy private key from your 
    ssh_private_key.pem file, and save to repo/settings/secrets
password    REQUIRE:no      
    SSH passsword, If a password is set, 
    ssh_private_key is ignored. for @v1.2.4 and greater
JUL 17 2022 - IN ACTION
SFTP Deploy action
Use this action to deploy your files to server using SSH Private Key
JUL 2022
https://github.com/marketplace/actions/sftp-deploy
Source: readme_Test_SFTP_Deploy_Files.md, updated 2022-07-17