build: remove passphrase
Some checks failed
Build and Deploy Angular App / build (push) Failing after 35s

This commit is contained in:
Polianin Nikita 2024-07-02 01:04:53 +03:00
parent dedc8b258a
commit 8cb05a7895

View File

@ -30,7 +30,6 @@ jobs:
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.0
with: with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-passphrase: ${{ secrets.SSH_PASSPHRASE }}
- name: Deploy to Server - name: Deploy to Server
env: env: