Skip to content

Update main.yml

Update main.yml #6

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 }}