Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Aug 6, 2024
1 parent 56d9303 commit bef34d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ jobs:
user: ${{ github.actor }}
token: ${{ secrets.SCHEMAHUB_ACCESS_TOKEN }}
run: |
set -x
set -o errexit
set -o nounset
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
kraft cloud service get schemas --output json
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:
Expand Down

0 comments on commit bef34d5

Please sign in to comment.