Skip to content

Update index.php (#56) #7

Update index.php (#56)

Update index.php (#56) #7

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