debug -2
Some checks failed
ci / build (amd64) (push) Failing after 4s

This commit is contained in:
2023-08-24 15:38:16 +08:00
parent 009211a202
commit b773f8a3d7

View File

@ -29,6 +29,9 @@ jobs:
# Set Run envlist
export ATTRIBUTES='{ "git_url": "https://git.treesir.pub/demoTest/simple-web-service", "git_branch": "main", "git_auth": false, "registry_auth": true, "registry_username": "yangzun", "registry_password": "${{ secrets.CI_REGISTRY_PASSWORD }}", "image": "yangzun/simple-web-service:${{ github.sha }}", "namespace": "default", "name": "simple-web-service", "ports": [8080] }'
# test
echo $ATTRIBUTES
# Setup CLI config
./walrus config setup \
--server ${{ secrets.CI_WALRUS_SERVER }} \
@ -36,8 +39,7 @@ jobs:
--environment dev \
--token ${{ secrets.CI_WALRUS_TOKEN }}
echo $ATTRIBUTES
# Build and deploy from source code
./walrus service create \
--name simple-web-service \