Skip to content

Commit

Permalink
Fix logs
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Aug 6, 2024
1 parent 03dcea2 commit 56d9303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
set -x
kraft cloud service create --name schemas --domain schemas.intelligence.ai 443:8000 || true
kraft cloud deploy --memory 256 --rollout remove --image schemas --service schemas --kraftfile Kraftfile
kraft cloud service get schemas --output json
kraft cloud instance logs "$(kraft cloud service get schemas --output json | jq --raw-output '.[0].instances')"
kraft cloud service get schemas
kraft cloud instance logs "$(kraft cloud service get schemas --output json | jq --raw-output '.[0].instances | split(" ") | .[0]')"
curl --location --fail https://schemas.intelligence.ai
env:
KRAFTCLOUD_TOKEN: ${{ secrets.KRAFTCLOUD_TOKEN }}

0 comments on commit 56d9303

Please sign in to comment.