Skip to content

Commit

Permalink
Rilis v22.09-premium
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyrolanda committed Sep 1, 2022
1 parent 8f86137 commit 7032817
Show file tree
Hide file tree
Showing 441 changed files with 11,483 additions and 18,339 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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
Loading

0 comments on commit 7032817

Please sign in to comment.