Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Merge pull request #16 from ismail1234j/patch-1 #37

Merge pull request #16 from ismail1234j/patch-1

Merge pull request #16 from ismail1234j/patch-1 #37

Workflow file for this run

name: DEPLOY
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: rsync deployments
uses: burnett01/[email protected]
with:
switches: -tuvr
path: /
remote_path: /var/www/cum.fi
remote_host: mha.fi
remote_port: ${{ secrets.SSH_PORT }}
remote_user: wwwup
remote_key: ${{ secrets.SSH_PRIVATE_KEY }}