Skip to content

sp25 changes

sp25 changes #8

Workflow file for this run

on: [push]
jobs:
deploy_job:
runs-on: ubuntu-latest
name: SFTP Deploy
steps:
- name: Checkout
uses: actions/checkout@v2
- name: deploy file
uses: wlixcc/[email protected]
with:
username: 'Reid'
server: 'gnsrobotics.com'
port: 8082
# local_path: './*'
remote_path: '/web-ccra'
sftp_only: true
delete_remote_files: false
password: ${{ secrets.SFTP_PW }}