Skip to content

SSH Deployment

Actions
Deploy files to a server using SSH and rsync
v2
Latest
Star (2)

Tags

 (1)
- name: deploy to server
  uses: saranraj3195/sparkout-deployment@v2
  env:
      DEPLOY_KEY: ${{ secrets.SERVER_SSH_KEY }}
      ARGS: "-avz --delete"
      SERVER_PORT: ${{ secrets.SERVER_PORT }}
      FOLDER: "src/*"
      SERVER_IP: ${{ secrets.SERVER_IP }}
      USERNAME: ${{ secrets.USERNAME }}
      SERVER_DESTINATION: ${{ secrets.SERVER_DESTINATION }}

ARGS: "--progress --delete -avzPh --exclude='.git/' --exclude='bootstrap/cache/' --exclude='public/uploads/' --exclude='storage/' --exclude='.env' --exclude='.github' --exclude='readme.md' "

SSH Deployment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Deploy files to a server using SSH and rsync
v2
Latest

Tags

 (1)

SSH Deployment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.