fix key type
All checks were successful
frontend-action / build-image (push) Successful in 9m0s

This commit is contained in:
2024-05-18 10:04:50 +07:00
parent 8d987e86b0
commit 7530e8055d

View File

@@ -29,7 +29,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"
script: "docker compose pull && docker compose up -d"
- run: echo "🍏 This job's status is ${{ job.status }}."