We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cce42 commit 89e6489Copy full SHA for 89e6489
.semaphore/server-deploy-k8s.yml
@@ -42,7 +42,8 @@ blocks:
42
# envsubst is a tool which will replace $SEMAPHORE_WORKFLOW_ID with
43
# its current value. The same variable was used in server-docker-build.yml
44
# pipeline to tag and push a container image.
45
- - envsubst < deployment.yml | tee deployment.yml
+ - envsubst < deployment.yml | tee helloWorld
46
+ - mv helloWorld deployment.yml
47
48
# Perform declarative deployment:
49
- kubectl apply -f deployment.yml
0 commit comments