Skip to content

Commit 89e6489

Browse files
Fixing the dice bug
1 parent 89cce42 commit 89e6489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.semaphore/server-deploy-k8s.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ blocks:
4242
# envsubst is a tool which will replace $SEMAPHORE_WORKFLOW_ID with
4343
# its current value. The same variable was used in server-docker-build.yml
4444
# pipeline to tag and push a container image.
45-
- envsubst < deployment.yml | tee deployment.yml
45+
- envsubst < deployment.yml | tee helloWorld
46+
- mv helloWorld deployment.yml
4647

4748
# Perform declarative deployment:
4849
- kubectl apply -f deployment.yml

0 commit comments

Comments
 (0)