Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 602 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 602 Bytes
- 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' "