Skip to content

Commit

Permalink
- getting directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Sep 3, 2024
1 parent 34eeff6 commit dc5dd8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/deployment/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@
- run:
name: Docker Login
command: |
pwd
ls
echo "$CIRCI_DOCKER_LOGIN" | docker login https://tdp-docker.dev.raftlabs.tech -u tdp-circi --password-stdin
# - run:
# name: Tag Backend
# command: |
# BUILD_DATE=`date +%F`
# docker build -t tdp-docker.dev.raftlabs.tech/<<parameters.backend-appname>>:$BUILD_DATE .
# docker image tag tdp-docker.dev.raftlabs.tech/<<parameters.backend-appname>>:$BUILD_DATE tdp-docker.dev.raftlabs.tech/<<parameters.backend-appname>>:latest

deploy-cloud-dot-gov:
parameters:
Expand Down

0 comments on commit dc5dd8d

Please sign in to comment.