Giter VIP home page Giter VIP logo

rsync-deployments's Issues

Parameter Not Set

Hi, I need some help! Not sure what i'm missing to make this action work.

Screen Shot 2019-12-16 at 12 36 10 PM

name: Deploy

on:
  push:
    branches:
      - master

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@master
      - uses: contention/rsync-deployments@master
        with:
          RSYNC_OPTIONS: -avzr --delete --exclude node_modules --exclude '.git*'
          RSYNC_TARGET: ${{ secrets.SERVER_USERNAME }}@${{ secrets.SERVER_HOST }}:${{ secrets.SERVER_TARGET_DIR }}
        env:
          DEPLOY_KEY: ${{ secrets.SERVER_PRIVATE_KEY }}

Screen Shot 2019-12-16 at 12 33 45 PM

Filter folders for deployment

This is mostly a feature request.
Currently, the solution deploys everything from the github repo.
It would be a nice addition to deploy just part of the repo or only a folder. For example I want to do my build on a linux machine spinned off by actions workflow, and then I want to move to a server JUST the contents of the build.

Example using the new YML syntax

Hi, could you please provide an example about how to use rsync-deployments using the new YML syntax provided by Github Actions?

Port cannot be set

The action lacks the ability to set a custom port for the ssh connection

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.