fix deploy action
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 46s

This commit is contained in:
Douze Bé 2024-09-26 10:27:25 +02:00
parent 2a1f6b6abb
commit 1784841371

View file

@ -17,7 +17,7 @@ jobs:
- name: vitepress build - name: vitepress build
run: npm run docs:build run: npm run docs:build
- name: add private key to ssh agent - name: add private key to ssh agent
uses: https://git.distrilab.fr/NixiN/ssh-agent-action uses: https://git.distrilab.fr/NixiN/ssh-agent-action@v0.9.0
with: with:
ssh-private-key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.DEPLOY_SSH_PRIVATE_KEY }}
- name: do deploy - name: do deploy