Skip to content

Rilis v2409.0.0

Rilis v2409.0.0 #148

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
name: Deployment Website Demo
runs-on: ubuntu-latest
steps:
- name: SSH Remote
uses: fifsky/ssh-action@master
with:
host: berputar.opendesa.id
user: ${{ secrets.SSH_USER }}
pass: ${{ secrets.SSH_PASS }}
port: 2244
command: cd /home/berputar.opendesa.id/public_html && git restore . && git pull origin master