Socket
Book a DemoInstallSign in
Socket

github.com/tortlewortle/sftp-upload-action

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/tortlewortle/sftp-upload-action

Source
Go
Version
v0.0.0-20211123173349-5d6aa8a96ceb
Version published
Created
Source

sftp-upload-action

Made this so I don't have to use sftp for school.

Usage

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: TortleWortle/sftp-upload-action@master
        with:
          server: 127.0.0.0:22
          username: ${{ secrets.FTP_USERNAME }}
          password: ${{ secrets.FTP_PASSWORD }}
          local_dir: dist
          remote_dir: /home/user/website

TODO

  • actually write instructions for this thing
  • multi stage docker file
  • deletion of files that don't belong to git and aren't in gitignore

FAQs

Package last updated on 23 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts