mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
fix path.
This commit is contained in:
parent
07772fddfa
commit
91f0d0df31
@ -10,7 +10,7 @@ production_data-ingestor:
|
||||
- chmod +x ./ci/scripts/deployment-production-setup.sh
|
||||
- bash ./ci/scripts/deployment-production-setup.sh
|
||||
- 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 push fyipeproject/data-ingestor:3.0.$CI_PIPELINE_IID
|
||||
- sudo docker push fyipeproject/data-ingestor:latest
|
||||
|
Loading…
Reference in New Issue
Block a user