Skip to content

Bump peter-evans/create-pull-request from 6 to 7 (#49) #2

Bump peter-evans/create-pull-request from 6 to 7 (#49)

Bump peter-evans/create-pull-request from 6 to 7 (#49) #2

Workflow file for this run

name: Deploy
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
sshAndDeploy:
runs-on: ubuntu-latest
steps:
- name: SSH Remote and Pull Changes
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USER }}
password: ${{ secrets.SERVER_PASS }}
port: 22
script: |
cd /var/www/FreeTubeApp.io
git pull