Skip to content

Merge pull request #59 from Gersh01/JPEACH34-patch-3 #25

Merge pull request #59 from Gersh01/JPEACH34-patch-3

Merge pull request #59 from Gersh01/JPEACH34-patch-3 #25

Workflow file for this run

name: Deployment Workflow
on:
push:
branches: [ main ]
jobs:
job_one:
name: Deploy
runs-on: ubuntu-latest
steps:
- name: testing Oceanic Connections server ssh connection
uses: appleboy/ssh-action@master
with:
host: 143.198.9.78
username: root
key: ${{ secrets.SSH_SECRET }}
port: 22
script: |
cd ..
cd var/www/html
git pull origin main
git status