Skip to content
This repository was archived by the owner on Jan 25, 2025. It is now read-only.

Merge pull request #4 from python-chile/adding_quarto_content #8

Merge pull request #4 from python-chile/adding_quarto_content

Merge pull request #4 from python-chile/adding_quarto_content #8

Workflow file for this run

name: CI
on: [push]
jobs:
deploy-prod:
if: github.ref == 'refs/heads/main'
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Push to server
uses: appleboy/[email protected]
with:
host: ${{ secrets.PYSCHOOL_SERVER }}
username: ${{ secrets.PYSCHOOL_USER }}
password: ${{ secrets.PYSCHOOL_PASS }}
port: ${{ secrets.PYSCHOOL_PORT }}
script: |
cd /home/pyschool
ls -l
sh deploy.sh