Skip to content

Merge pull request #30 from Salavin/28-new-fun-page #26

Merge pull request #30 from Salavin/28-new-fun-page

Merge pull request #30 from Salavin/28-new-fun-page #26

Workflow file for this run

name: Remote SSH
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.IP }}
username: ${{ secrets.USER }}
key: ${{ secrets.PRIVATE_KEY }}
script: |
cd /var/www/samlav.in && git pull