fix key typo
Some checks failed
backend-action / build-image (push) Has been cancelled

This commit is contained in:
2024-05-18 09:57:47 +07:00
parent 60a7753247
commit 7e8d8dc523

View File

@@ -27,7 +27,7 @@ jobs:
with:
host: 46.102.174.196
username: root
key: ${{ secrets.SORVOR-KEY }}
key: ${{ secrets.SORVOR_KEY }}
port: 22
script: "docker compose pull && docker compose up"
- run: echo "🍏 This job's status is ${{ job.status }}."