ci: add sandbox deploy labels to cli
This commit is contained in:
parent
8cdf4cea6e
commit
94e4a0ddd2
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -454,7 +454,7 @@ jobs:
|
|||
npm ci
|
||||
cd ../..
|
||||
echo "Start Deploy..."
|
||||
node ./dev/deploy-to-container/cli.js --branch ${{ github.ref_name }} --domain dev.ietf.org
|
||||
node ./dev/deploy-to-container/cli.js --branch ${{ github.ref_name }} --domain dev.ietf.org --appversion ${{ env.PKG_VERSION }} --commit ${{ github.sha }} --ghrunid ${{ github.run_id }}
|
||||
|
||||
- name: Cleanup old docker resources
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue