Skip to content

Commit

Permalink
wait for container
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyankg101 committed Oct 12, 2023
1 parent fd074a7 commit fc75a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tvarit/deploy_to_staging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sed -i "s#<AWS_ACCESS_KEY/>#${AWS_ACCESS_KEY}#g" Dockerfile
sed -i "s#<AWS_SECRET_KEY/>#${AWS_SECRET_KEY}#g" Dockerfile
sed -i "s#<AWS_REGION/>#${AWS_DEFAULT_REGION}#g" Dockerfile
docker build --tag grafana/grafana:next-${PREFIX} .

sleep(300)
echo "Upload docker image to lightsail container service and get image etag..."
IMAGE=$(aws lightsail push-container-image \
--service-name "${PREFIX}-next-grafana" \
Expand Down

0 comments on commit fc75a45

Please sign in to comment.