Skip to content

Update app.js

Update app.js #26

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