fix path.

This commit is contained in:
Nawaz Dhandala 2021-08-12 14:21:40 +01:00
parent 07772fddfa
commit 91f0d0df31

View File

@ -10,7 +10,7 @@ production_data-ingestor:
- chmod +x ./ci/scripts/deployment-production-setup.sh - chmod +x ./ci/scripts/deployment-production-setup.sh
- bash ./ci/scripts/deployment-production-setup.sh - bash ./ci/scripts/deployment-production-setup.sh
- sudo docker login --username $DOCKERHUBUSERNAME --password $DOCKERHUBPASSWORD - sudo docker login --username $DOCKERHUBUSERNAME --password $DOCKERHUBPASSWORD
- sudo docker build -t fyipeproject/data-ingestor:latest ./ingestor - sudo docker build -t fyipeproject/data-ingestor:latest ./data-ingestor
- sudo docker tag fyipeproject/data-ingestor:latest fyipeproject/data-ingestor:3.0.$CI_PIPELINE_IID - sudo docker tag fyipeproject/data-ingestor:latest fyipeproject/data-ingestor:3.0.$CI_PIPELINE_IID
- sudo docker push fyipeproject/data-ingestor:3.0.$CI_PIPELINE_IID - sudo docker push fyipeproject/data-ingestor:3.0.$CI_PIPELINE_IID
- sudo docker push fyipeproject/data-ingestor:latest - sudo docker push fyipeproject/data-ingestor:latest