Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslav-tk committed Oct 3, 2023
1 parent a728aad commit 81d50c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_viewer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function deploy_api {
docker pull $IMAGE_NAME:$VERSION
docker tag $IMAGE_NAME:$VERSION $IMAGE_NAME:$tag
docker push $IMAGE_NAME:$tag
./deploy-to-env "$1"
./scripts/deploy-to-env.sh "$1"
}


Expand Down

0 comments on commit 81d50c0

Please sign in to comment.