Skip to content

Commit fc9d78a

Browse files
committed
add CI/CD pipeline
1 parent ab82c12 commit fc9d78a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
host: ${{ secrets.EC2_HOST }}
3434
username: ${{ secrets.EC2_USER }}
3535
key: ${{ secrets.EC2_SSH_KEY }}
36+
passphrase: ${{ secrets.EC2_SSH_PASSPHRASE }}
3637
script: |
3738
cd ~/ProdLevel-RAG-Task-Manager
3839
git pull origin main

0 commit comments

Comments
 (0)