Skip to content

fixing bug website profile in production #14

fixing bug website profile in production

fixing bug website profile in production #14

Workflow file for this run

name: DEPLOY
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: rsync deployments
uses: burnett01/[email protected]
with:
switches: -avzr --delete --filter="merge .github/filter.conf"
path: /
remote_path: ${{ secrets.PATH_DEV }}
remote_host: ${{ secrets.HOST_DEV }}
remote_port: ${{ secrets.PORT_DEV }}
remote_user: ${{ secrets.USER_DEV }}
remote_key: ${{ secrets.DEPLOY_KEY_DEV }}