Skip to content

Commit

Permalink
cd ro project folder
Browse files Browse the repository at this point in the history
  • Loading branch information
guss84 committed Dec 5, 2023
1 parent 67a063a commit 903921f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
docker pull "$TESTING_ECR_REGISTRY/$TESTING_ECR_REGISTRY_IMAGE:latest"
# stop and remove all containers
docker ps -aq | xargs docker stop | xargs docker rm
cd openEO
docker run -p 8000:8000 -d --env-file .env "$TESTING_ECR_REGISTRY/$TESTING_ECR_REGISTRY_IMAGE:latest"
# remove all dangling images
docker image prune --force
Expand Down

0 comments on commit 903921f

Please sign in to comment.