Skip to content

use llama3-8b-8192 (#13) #20

use llama3-8b-8192 (#13)

use llama3-8b-8192 (#13) #20

Workflow file for this run

name: Deploy Project
on:
push:
branches:
- master
jobs:
update-project:
runs-on: ubuntu-latest
steps:
- name: Execute remote SSH commands
uses: appleboy/[email protected]
with:
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd /home/${{ secrets.REMOTE_USER }}/${{ github.event.repository.name }}
git pull
source .venv/bin/activate
poetry install