Skip to content

saranraj3195/sparkout-deployment

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

- 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' "

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published