We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd540e commit 219de68Copy full SHA for 219de68
‎.dockerignore
@@ -3,3 +3,11 @@ secret.yaml
3
tls.crt
4
5
tls.key
6
+
7
+.kubernetes/
8
9
+.gitignore
10
11
+.travis.yaml
12
13
+scripts/
‎.travis.yml
@@ -16,7 +16,6 @@ jobs:
16
name: "Build and Push Docker Image"
17
script:
18
- docker build -t jaskaransarkaria/timer-server:"$TRAVIS_TAG" .
19
- - echo "$DOCKER_PASSWORD"
20
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
21
- docker push jaskaransarkaria/timer-server:"$TRAVIS_TAG"
22
# next step is to deploy to kubernetes
0 commit comments