mirror of
https://github.com/bvanroll/stage-infra.git
synced 2025-12-12 11:36:10 +00:00
eyyy
This commit is contained in:
@@ -30,4 +30,5 @@ spec:
|
||||
args:
|
||||
- "--dockerfile=/source/$(params.context)/dockerfile"
|
||||
- "--destination=beppev/$(params.image-name):$(params.version)"
|
||||
- "--context=/source/$(params.context)/"
|
||||
- "--context=/source/$(params.context)/"
|
||||
- "--skip-tls-verify" #for speed reasons
|
||||
@@ -20,7 +20,6 @@ spec:
|
||||
- name: update-yaml
|
||||
image: alpine
|
||||
script: |
|
||||
#!/usr/bin/env bash
|
||||
sed -i -e s;DEPLOY_NAME;$(params.deploy-name);g $(params.yaml-location)
|
||||
sed -i -e s;DEPLOY_VERSION;$(params.deploy-version);g $(params.yaml-location)
|
||||
- name: deploy-new-app
|
||||
|
||||
Reference in New Issue
Block a user