Rilis v2409.0.0 #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |