Skip to content

Pagination on the payments, students and users pages #93

Pagination on the payments, students and users pages

Pagination on the payments, students and users pages #93

Workflow file for this run

name: Deployment
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using key
uses: appleboy/ssh-action@v1.0.0
with:
host: ${{ secrets.SERVER_IP }}
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
script: |
cd /home/ubuntu/poudiguitar
bash deploy.sh
# - name: Install SSH Key
# uses: shimataro/ssh-key-action@v2
# with:
# key: ${{ secrets.SSH_PRIVATE_KEY }}
# - name: Adding Known Hosts
# run: ssh-keyscan -H ${{ secrets.SERVER_IP }} >> ~/.ssh/known_hosts