Skip to content

Commit

Permalink
Fixes #87; Auth pipeline CD
Browse files Browse the repository at this point in the history
  • Loading branch information
umasharm committed Apr 9, 2022
1 parent d8b3d9a commit 77eff6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs: # a collection of steps
steps: # a collection of executable commands
- add_ssh_keys:
fingerprints:
- "8c:8e:9e:1c:6b:32:f7:df:67:07:05:1a:55:1b:4d:bd"
- "4a:ae:30:f4:14:d0:a0:df:0b:d4:73:ff:2f:2a:ce:0d"

- checkout: # check out source code to working directory
path: ~/DSDUMMIES
Expand All @@ -27,7 +27,7 @@ jobs: # a collection of steps
docker login -u dsdummies -p dsdummies3
docker build -t dsdummies/auth-service:latest .
docker push dsdummies/auth-service:latest
ssh -oStrictHostKeyChecking=no exouser@149.165.154.255 -q <<'EOL'
ssh -oStrictHostKeyChecking=no umangmsharma@149.165.157.85 -q <<'EOL'
sudo su -
cd DSDummies/kube
kubectl delete -f auth-deployment.yaml
Expand Down

0 comments on commit 77eff6e

Please sign in to comment.