/
home
/
corsairdevelopme
/
public_html
/
amplivo-console
/
.github
/
workflows
/
Upload File
HOME
# This is a basic workflow to help you get started with Actions name: CI # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the master branch push: branches: [ development ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" job_one: name: Deploy runs-on: ubuntu-latest steps: - name: executing remote ssh commands using ssh keys uses: appleboy/ssh-action@master with: host: corsair-devserver.com username: corsairdev key: ${{ secrets.DEV }} #password: 94fm@8aLJDdBamdK port: 7822 script: | cd /home/corsairdev/public_html/amplivo pwd git add . git stash git pull origin development git status