We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48da3f1 commit 6405a06Copy full SHA for 6405a06
deploy/deploy.yml
@@ -9,4 +9,4 @@
9
echo "No Service found"
10
fi
11
- name: deploy app
12
- command: docker service create --name mysvc --replicas 2 -p 9080:8080 cmkh/dummyfiles:{{ BUILD_NUMBER }}
+ command: docker service create --name mysvc --replicas 2 -p 9080:8080 cmkh/dummyfiles:{{ BUILD }}
0 commit comments