Skip to content

conversations-gone-awry-cmv-corpus update (#219) #39

conversations-gone-awry-cmv-corpus update (#219)

conversations-gone-awry-cmv-corpus update (#219) #39

name: Sync download_config.json
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: rsync download config
uses: burnett01/rsync-deployments@master
with:
switches: -vzr
path: download_config.json
remote_path: ${{ secrets.BASE_DIRECTORY_PATH }}
remote_host: ${{ secrets.DEPLOY_HOST }}
remote_user: ${{ secrets.DEPLOY_USER }}
remote_key: ${{ secrets.DEPLOY_KEY }}