fix initial data + workflow
backend-action / build-image (push) Successful in 3m40s

This commit is contained in:
2024-05-18 10:04:39 +07:00
parent 7e8d8dc523
commit 5c739bcfa4
2 changed files with 76 additions and 79 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ jobs:
username: root
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 }}."