Skip to content

Merge pull request #124 from RPI-ITWS/bug-fix #49

Merge pull request #124 from RPI-ITWS/bug-fix

Merge pull request #124 from RPI-ITWS/bug-fix #49

Workflow file for this run

name: Deployment to VM
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Deploy using ssh
uses: appleboy/ssh-action@master
with:
host: winshare.eastus.cloudapp.azure.com
username: winshare
password: winshare123@
port: 22
script: |
cd /var/www/html/ITWS-2110-F24-WinShare
sudo git pull