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

🚧 Se Agrega main-yml #1

🚧 Se Agrega main-yml

🚧 Se Agrega main-yml #1

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: |
pwd
ls -l
sh deploy.sh