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

This commit is contained in:
2023-08-24 15:37:00 +08:00
parent 733bf83e1f
commit 009211a202

View File

@ -21,6 +21,9 @@ jobs:
curl -v -k -o walrus -LO "${{ secrets.CI_WALRUS_SERVER }}/cli?arch=amd64&os=linux"
chmod +x ./walrus
# - name: Set env
# run: echo "GITHUB_SHA_SHORT=\'{ "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] }\'" >> $GITHUB_ENV
- name: Deploy
run: |
# Set Run envlist
@ -33,6 +36,8 @@ jobs:
--environment dev \
--token ${{ secrets.CI_WALRUS_TOKEN }}
echo $ATTRIBUTES
# Build and deploy from source code
./walrus service create \
--name simple-web-service \